]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
- typo
[projects/rc-scripts.git] / Makefile.am
index b82296f5fe03e870cfc3f693a987f440ce1cf2e8..7aa0a0a655189028c5ae14afe0a3838f8213944d 100644 (file)
@@ -1,28 +1,36 @@
 #
-#      $Id: Makefile.am,v 1.5 1999/08/07 10:16:13 wiget Exp $
+#      $Id$
 #
 
-SUBDIRS = src ppp sysconfig rc.d doc po
+SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
 
 sysconf_DATA = \
        adjtime \
-       inittab 
+       inittab \
+       modules \
+       sysctl.conf
 
 profiledir = @sysconfdir@/profile.d
 
 profile_DATA = \
        lang.sh \
        lang.csh
-       
-sbin_SCRIPTS = setsysfont
+
+bin_SCRIPTS = run-parts
+sbin_SCRIPTS = \
+       setsysfont \
+       hwprofile \
+       service
 
 EXTRA_DIST = \
        $(sysconf_DATA) \
        $(profile_DATA) \
        $(sbin_SCRIPTS) \
+       $(bin_SCRIPTS) \
        rc-scripts.spec
 
 # make rpms
 rpm: $(PACKAGE).spec
        $(MAKE) dist
-       rpm -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
+       rpmbin=`LANG=C 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.026593 seconds and 4 git commands to generate.