]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
Include/install firmware-loader.sh brought by commit r10422.
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
9ccfa537 2# $Id$
b0443108 3#
7e04fe0e 4
c393d0f5 5SUBDIRS = src 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
14firmwaredir = /lib/firmware
15
16firmware_SCRIPTS = \
17 firmware-loader.sh
18
7e04fe0e 19profiledir = @sysconfdir@/profile.d
20
21profile_DATA = \
22 lang.sh \
23 lang.csh
763b88c2 24
8dbd5412 25bin_SCRIPTS = run-parts
763b88c2
AM
26sbin_SCRIPTS = \
27 setsysfont \
28 hwprofile \
29 service
7e04fe0e 30
31EXTRA_DIST = \
32 $(sysconf_DATA) \
33 $(profile_DATA) \
565f8748 34 $(firmware_SCRIPTS) \
7e04fe0e 35 $(sbin_SCRIPTS) \
660dddce 36 $(bin_SCRIPTS)
7e04fe0e 37
0fac8b7d 38install-data-hook:
59e3d800
ER
39 install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
40 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
0fac8b7d 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.069356 seconds and 4 git commands to generate.