diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-06 17:51:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-03-06 17:51:53 +0000 |
commit | 2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9 (patch) | |
tree | 0eb8d65c3a18851badd632e521a28e546610057e /Makefile | |
parent | 2b1fd461770058c6fd6cbdd8edac934843ad94da (diff) | |
download | abuild-2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9.tar.gz abuild-2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9.tar.bz2 abuild-2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9.tar.xz abuild-2fb6e1a6512047ea1d7f9a31bdce5e1561682fb9.zip |
abuild: fixes for new install scripts
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ PACKAGE=abuild 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.install +SAMPLES=sample.APKBUILD sample.initd sample.confd sample.pre-install \ + sample.post-install DISTFILES=$(USR_BIN_FILES) $(SAMPLES) Makefile abuild.conf \ |