]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
Really fake network start if VSERVER_ISOLATION_NET is set.
[projects/rc-scripts.git] / Makefile.am
index 29e5227889b5ddb69dccbc2855b2449df6b9e825..98f7d98b59396a4fc0ad9d40ac60e8a9cb8b8e42 100644 (file)
@@ -1,8 +1,7 @@
 #
-#      $Id$
 #
 
-SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
+SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
 
 sysconf_DATA = \
        adjtime \
@@ -11,13 +10,16 @@ sysconf_DATA = \
        crypttab \
        sysctl.conf
 
+firmware_SCRIPTS = \
+       firmware-loader.sh
+
 profiledir = @sysconfdir@/profile.d
 
 profile_DATA = \
        lang.sh \
        lang.csh
 
-bin_SCRIPTS = run-parts
+bin_SCRIPTS = run-parts.sh
 sbin_SCRIPTS = \
        setsysfont \
        hwprofile \
@@ -26,6 +28,7 @@ sbin_SCRIPTS = \
 EXTRA_DIST = \
        $(sysconf_DATA) \
        $(profile_DATA) \
+       $(firmware_SCRIPTS) \
        $(sbin_SCRIPTS) \
        $(bin_SCRIPTS)
 
@@ -33,8 +36,11 @@ install-data-hook:
        install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
        [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
 
+uninstall-hook:
+       [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] && rm -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
+
 # make rpms
 rpm: $(PACKAGE).spec
        $(MAKE) dist
-       rpmbin=`LANG=C LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
+       rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
                $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 1.988863 seconds and 4 git commands to generate.