Makefile: install initramfs-init
This commit is contained in:
parent
eb9a1a84ab
commit
9154b0d9b7
3
Makefile
3
Makefile
@ -4,7 +4,7 @@ VERSION:=$(shell awk -F= '$$1 == "abuild_ver" {print $$2}' abuild)
|
|||||||
USR_BIN_FILES=abuild devbuild mkalpine buildrepo
|
USR_BIN_FILES=abuild devbuild mkalpine buildrepo
|
||||||
SAMPLES=sample.APKBUILD sample.initd sample.confd sample.pre-install \
|
SAMPLES=sample.APKBUILD sample.initd sample.confd sample.pre-install \
|
||||||
sample.post-install
|
sample.post-install
|
||||||
DISTFILES=$(USR_BIN_FILES) $(SAMPLES) Makefile abuild.conf \
|
DISTFILES=$(USR_BIN_FILES) $(SAMPLES) Makefile abuild.conf initramfs-init \
|
||||||
|
|
||||||
|
|
||||||
prefix ?= /usr
|
prefix ?= /usr
|
||||||
@ -29,6 +29,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
|
|||||||
fi
|
fi
|
||||||
cp $(SAMPLES) $(DESTDIR)/$(prefix)/share/abuild
|
cp $(SAMPLES) $(DESTDIR)/$(prefix)/share/abuild
|
||||||
cp functions.sh $(DESTDIR)/$(datadir)/
|
cp functions.sh $(DESTDIR)/$(datadir)/
|
||||||
|
cp initamfs-init $(DESTDIR)/$(datadir)/
|
||||||
|
|
||||||
dist: $(P).tar.bz2
|
dist: $(P).tar.bz2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user