aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 57bec6d..4b153ab 100644
--- a/Makefile
+++ b/Makefile
@@ -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)