diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-19 10:24:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-19 10:24:15 +0000 |
commit | e1ebd05ce69e4c53d43e9ff85127a106a1853a75 (patch) | |
tree | 80d99ffbe79f752888547a165007be37d796d247 /Makefile | |
parent | 9aeef85a03ed6479192fa3e111b02968d957d9c3 (diff) | |
download | abuild-e1ebd05ce69e4c53d43e9ff85127a106a1853a75.tar.bz2 abuild-e1ebd05ce69e4c53d43e9ff85127a106a1853a75.tar.xz |
abump: install with make install
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ datadir ?= $(prefix)/share/$(PACKAGE) abuildrepo ?= ~/.cache/apks SCRIPTS := abuild devbuild buildrepo abuild-keygen \ - abuild-sign newapkbuild + abuild-sign newapkbuild abump USR_BIN_FILES := $(SCRIPTS) abuild-tar SAMPLES := sample.APKBUILD sample.initd sample.confd \ sample.pre-install sample.post-install |