]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
- force LC_ALL=C when grepping data from possibly localized program outputs
[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 \
7c639071 11 crypttab \
de1fc6ce 12 sysctl.conf
7e04fe0e 13
14profiledir = @sysconfdir@/profile.d
15
16profile_DATA = \
17 lang.sh \
18 lang.csh
763b88c2 19
8dbd5412 20bin_SCRIPTS = run-parts
763b88c2
AM
21sbin_SCRIPTS = \
22 setsysfont \
23 hwprofile \
24 service
7e04fe0e 25
26EXTRA_DIST = \
27 $(sysconf_DATA) \
28 $(profile_DATA) \
29 $(sbin_SCRIPTS) \
660dddce 30 $(bin_SCRIPTS)
7e04fe0e 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
2450b5fc 39 rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
3a1d5637 40 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.148544 seconds and 4 git commands to generate.