]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
fix RC_LOGGING=no daemon --makepid --fork write proper pidfile
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
b0443108 2#
7e04fe0e 3
f7943bf6 4SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po
7e04fe0e 5
6sysconf_DATA = \
7 adjtime \
de1fc6ce
JR
8 inittab \
9 modules \
7c639071 10 crypttab \
de1fc6ce 11 sysctl.conf
7e04fe0e 12
565f8748
AM
13firmware_SCRIPTS = \
14 firmware-loader.sh
15
7e04fe0e 16profiledir = @sysconfdir@/profile.d
17
18profile_DATA = \
19 lang.sh \
20 lang.csh
763b88c2 21
868bbbe0 22bin_SCRIPTS = run-parts.sh
763b88c2
AM
23sbin_SCRIPTS = \
24 setsysfont \
25 hwprofile \
26 service
7e04fe0e 27
c77c7bb3
ER
28AM_DISTCHECK_CONFIGURE_FLAGS = \
29 --prefix=/usr \
30 --verbose
31
7e04fe0e 32EXTRA_DIST = \
33 $(sysconf_DATA) \
34 $(profile_DATA) \
565f8748 35 $(firmware_SCRIPTS) \
7e04fe0e 36 $(sbin_SCRIPTS) \
660dddce 37 $(bin_SCRIPTS)
7e04fe0e 38
0fac8b7d 39install-data-hook:
59e3d800
ER
40 install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
41 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
0fac8b7d 42
f6c13fab
JR
43uninstall-hook:
44 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] && rm -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
45
7e04fe0e 46# make rpms
47rpm: $(PACKAGE).spec
48 $(MAKE) dist
2450b5fc 49 rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
3a1d5637 50 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.131886 seconds and 4 git commands to generate.