diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-05 06:47:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-05 06:47:52 +0000 |
commit | d4d0dc0c335ecf96fcfb97077050197efd92ca1d (patch) | |
tree | b52f63d6993256dea4c012075ad9b254deb82095 /Makefile | |
parent | da666e00c75451b5eedf17efee85cfa9041e769e (diff) | |
download | abuild-d4d0dc0c335ecf96fcfb97077050197efd92ca1d.tar.gz abuild-d4d0dc0c335ecf96fcfb97077050197efd92ca1d.tar.bz2 abuild-d4d0dc0c335ecf96fcfb97077050197efd92ca1d.tar.xz abuild-d4d0dc0c335ecf96fcfb97077050197efd92ca1d.zip |
remove buildrepo
We ship a new implementation of buildrepo with lua-aports
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ sysconfdir ?= /etc datadir ?= $(prefix)/share/$(PACKAGE) abuildrepo ?= ~/.cache/abuild -SCRIPTS := abuild buildrepo abuild-keygen abuild-sign newapkbuild \ +SCRIPTS := abuild abuild-keygen abuild-sign newapkbuild \ abump apkgrel buildlab apkbuild-cpan checkapk \ apkbuild-gem-resolver USR_BIN_FILES := $(SCRIPTS) abuild-tar abuild-sudo |