diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-24 20:03:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-10-24 20:03:06 +0000 |
commit | c9616e9d9e89ca505a45a4ab015513536391d5e1 (patch) | |
tree | 88c05105419596b19f8b5b3966ef9b7794fb5784 /Makefile | |
parent | 74debd67ce1965080d9144a55a0eef20eb3a0154 (diff) | |
download | abuild-c9616e9d9e89ca505a45a4ab015513536391d5e1.tar.gz abuild-c9616e9d9e89ca505a45a4ab015513536391d5e1.tar.bz2 abuild-c9616e9d9e89ca505a45a4ab015513536391d5e1.tar.xz abuild-c9616e9d9e89ca505a45a4ab015513536391d5e1.zip |
newapkbuild: move code from abuild to new script
try keep code in abuild cleaner by moving out creation of new apkbuild
to separate script.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ sysconfdir ?= /etc datadir ?= $(prefix)/share/$(PACKAGE) apkcache ?= ~/.cache/apks -SCRIPTS := abuild devbuild mkalpine buildrepo abuild-keygen abuild-sign +SCRIPTS := abuild devbuild mkalpine buildrepo abuild-keygen \ + abuild-sign newapkbuild USR_BIN_FILES := $(SCRIPTS) abuild-tar SAMPLES := sample.APKBUILD sample.initd sample.confd \ sample.pre-install sample.post-install |