diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 08:43:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-23 08:43:07 +0000 |
commit | f7e5128b3e656f6273b19b74a504373e0d2d5d88 (patch) | |
tree | 1581ffc0fd516880456ccdff81abb724f3230062 /Makefile | |
parent | 17c6ce7ada7babe8568fbe22dd4d4bb4511f7fa2 (diff) | |
download | abuild-f7e5128b3e656f6273b19b74a504373e0d2d5d88.tar.gz abuild-f7e5128b3e656f6273b19b74a504373e0d2d5d88.tar.bz2 abuild-f7e5128b3e656f6273b19b74a504373e0d2d5d88.tar.xz abuild-f7e5128b3e656f6273b19b74a504373e0d2d5d88.zip |
Makefile: install abuild-sign
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ sysconfdir ?= /etc datadir ?= $(prefix)/share/$(PACKAGE) apkcache ?= ~/.cache/apks -SCRIPTS := abuild devbuild mkalpine buildrepo abuild-keygen +SCRIPTS := abuild devbuild mkalpine buildrepo abuild-keygen abuild-sign USR_BIN_FILES := $(SCRIPTS) abuild-tar SAMPLES := sample.APKBUILD sample.initd sample.confd \ sample.pre-install sample.post-install |