]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
- utf8
[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) \
8dbd5412 30 $(bin_SCRIPTS) \
7e04fe0e 31 rc-scripts.spec
32
0fac8b7d 33install-data-hook:
59e3d800
ER
34 install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
35 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
0fac8b7d 36
7e04fe0e 37# make rpms
38rpm: $(PACKAGE).spec
39 $(MAKE) dist
3a1d5637
AM
40 rpmbin=`LANG=C LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
41 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.062101 seconds and 4 git commands to generate.