summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-03-25 09:35:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-03-25 09:35:46 +0000
commit9154b0d9b7251cca900f9e834ac9af9ae2ae61d9 (patch)
tree0035f357896c1ac34b410db61eeff0e58ba32904 /Makefile
parenteb9a1a84abbb5c37448160fa52d56cc936c389b2 (diff)
downloadabuild-9154b0d9b7251cca900f9e834ac9af9ae2ae61d9.tar.bz2
abuild-9154b0d9b7251cca900f9e834ac9af9ae2ae61d9.tar.xz
Makefile: install initramfs-init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f52bd16..96fcfab 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ VERSION:=$(shell awk -F= '$$1 == "abuild_ver" {print $$2}' abuild)
USR_BIN_FILES=abuild devbuild mkalpine buildrepo
SAMPLES=sample.APKBUILD sample.initd sample.confd sample.pre-install \
sample.post-install
-DISTFILES=$(USR_BIN_FILES) $(SAMPLES) Makefile abuild.conf \
+DISTFILES=$(USR_BIN_FILES) $(SAMPLES) Makefile abuild.conf initramfs-init \
prefix ?= /usr
@@ -29,6 +29,7 @@ install: $(USR_BIN_FILES) $(SAMPLES) abuild.conf functions.sh
fi
cp $(SAMPLES) $(DESTDIR)/$(prefix)/share/abuild
cp functions.sh $(DESTDIR)/$(datadir)/
+ cp initamfs-init $(DESTDIR)/$(datadir)/
dist: $(P).tar.bz2