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