]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
macvlan support.
[projects/rc-scripts.git] / Makefile.am
index ad85cbf2907b094791173efe82c84ccdaf1f6497..29e5227889b5ddb69dccbc2855b2449df6b9e825 100644 (file)
@@ -2,12 +2,13 @@
 #      $Id$
 #
 
-SUBDIRS = src ppp isapnp sysconfig rc.d doc po
+SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
 
 sysconf_DATA = \
        adjtime \
        inittab \
        modules \
+       crypttab \
        sysctl.conf
 
 profiledir = @sysconfdir@/profile.d
@@ -26,8 +27,11 @@ EXTRA_DIST = \
        $(sysconf_DATA) \
        $(profile_DATA) \
        $(sbin_SCRIPTS) \
-       $(bin_SCRIPTS) \
-       rc-scripts.spec
+       $(bin_SCRIPTS)
+
+install-data-hook:
+       install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
+       [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
 
 # make rpms
 rpm: $(PACKAGE).spec
This page took 0.102577 seconds and 4 git commands to generate.