]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
Add additional vs isolation net detection method using /proc/self/ninfo (available...
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
b0443108 2#
7e04fe0e 3
f67ce454 4SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
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
28EXTRA_DIST = \
29 $(sysconf_DATA) \
30 $(profile_DATA) \
565f8748 31 $(firmware_SCRIPTS) \
7e04fe0e 32 $(sbin_SCRIPTS) \
660dddce 33 $(bin_SCRIPTS)
7e04fe0e 34
0fac8b7d 35install-data-hook:
59e3d800
ER
36 install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
37 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
0fac8b7d 38
f6c13fab
JR
39uninstall-hook:
40 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] && rm -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
41
7e04fe0e 42# make rpms
43rpm: $(PACKAGE).spec
44 $(MAKE) dist
2450b5fc 45 rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
3a1d5637 46 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.250715 seconds and 4 git commands to generate.