]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
- 0.4.4.1, fixes typo in set_up_loopback
[projects/rc-scripts.git] / Makefile.am
index cadb8d79eec94303cb81d41331c1548b0e172380..8586135b837113f5defff8ac2000275514c8965e 100644 (file)
@@ -2,7 +2,7 @@
 #      $Id$
 #
 
-SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
+SUBDIRS = src ppp isapnp sysconfig rc.d doc man po init
 
 sysconf_DATA = \
        adjtime \
@@ -11,6 +11,9 @@ sysconf_DATA = \
        crypttab \
        sysctl.conf
 
+firmware_SCRIPTS = \
+       firmware-loader.sh
+
 profiledir = @sysconfdir@/profile.d
 
 profile_DATA = \
@@ -26,9 +29,9 @@ sbin_SCRIPTS = \
 EXTRA_DIST = \
        $(sysconf_DATA) \
        $(profile_DATA) \
+       $(firmware_SCRIPTS) \
        $(sbin_SCRIPTS) \
-       $(bin_SCRIPTS) \
-       rc-scripts.spec
+       $(bin_SCRIPTS)
 
 install-data-hook:
        install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
@@ -37,5 +40,5 @@ install-data-hook:
 # 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 0.031124 seconds and 4 git commands to generate.