diff options
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | data/icons/migrationtools-128.png | bin | 0 -> 10251 bytes | |||
-rw-r--r-- | data/icons/migrationtools-36.png | bin | 0 -> 2159 bytes | |||
-rw-r--r-- | data/icons/migrationtools-52.png | bin | 0 -> 3369 bytes |
4 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,7 @@ MANDIR = $(PREFIX)/usr/man SBINDIR = $(PREFIX)/usr/sbin XBINDIR = $(PREFIX)/usr/X11R6/bin LOCALEDIR = $(PREFIX)/usr/share/locale +ICONSDIR = $(PREFIX)/usr/lib/libDrakX/icons/ CFLAGS = -Wall -g NAME = transfugdrake @@ -34,3 +35,7 @@ install_old: transfug_oe # install -m644 pixmaps/*.xpm $(RPM_BUILD_ROOT)/usr/share/icons/ # install -m644 pixmaps/*.png $(RPM_BUILD_ROOT)/usr/share/icons/ for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done + +install: + install -d $(ICONSDIR) + install -m644 $(wildcard data/icons/*.png) $(ICONSDIR) diff --git a/data/icons/migrationtools-128.png b/data/icons/migrationtools-128.png Binary files differnew file mode 100644 index 0000000..fc2f968 --- /dev/null +++ b/data/icons/migrationtools-128.png diff --git a/data/icons/migrationtools-36.png b/data/icons/migrationtools-36.png Binary files differnew file mode 100644 index 0000000..cf7f84b --- /dev/null +++ b/data/icons/migrationtools-36.png diff --git a/data/icons/migrationtools-52.png b/data/icons/migrationtools-52.png Binary files differnew file mode 100644 index 0000000..f4e1099 --- /dev/null +++ b/data/icons/migrationtools-52.png |