]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
- removed unneeded termput hpa
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
9ccfa537 2# $Id$
b0443108 3#
7e04fe0e 4
3baa2479 5SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
7e04fe0e 6
7sysconf_DATA = \
8 adjtime \
de1fc6ce
JR
9 inittab \
10 modules \
11 sysctl.conf
7e04fe0e 12
13profiledir = @sysconfdir@/profile.d
14
15profile_DATA = \
16 lang.sh \
17 lang.csh
763b88c2 18
8dbd5412 19bin_SCRIPTS = run-parts
763b88c2
AM
20sbin_SCRIPTS = \
21 setsysfont \
22 hwprofile \
23 service
7e04fe0e 24
25EXTRA_DIST = \
26 $(sysconf_DATA) \
27 $(profile_DATA) \
28 $(sbin_SCRIPTS) \
8dbd5412 29 $(bin_SCRIPTS) \
7e04fe0e 30 rc-scripts.spec
31
0fac8b7d 32install-data-hook:
59e3d800
ER
33 install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
34 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
0fac8b7d 35
7e04fe0e 36# make rpms
37rpm: $(PACKAGE).spec
38 $(MAKE) dist
3a1d5637
AM
39 rpmbin=`LANG=C LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
40 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.055743 seconds and 4 git commands to generate.