summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81bf9a7e..eb94bd43 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ NAME = drakconf
SUBDIRS = po pixmaps #data
localedir = $(DESTDIR)/usr/share/locale
mcc_dir = $(DESTDIR)/usr/share/mcc
+SYSCONFDIR = $(DESTDIR)/etc/sysconfig
PERL_VENDORLIB=$(DESTDIR)/$(shell perl -V:installvendorlib | perl -pi -e "s/.*=//; s/[;']//g")
override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
@@ -34,6 +35,9 @@ install: all
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
mkdir -p $(PERL_VENDORLIB)/MDV/
install -m 644 lib/MDV/*.pm $(PERL_VENDORLIB)/MDV/
+ ./generate-conf-file.pl
+ mkdir -p $(SYSCONFDIR)
+ install -m 644 mcc.conf $(SYSCONFDIR)
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*