diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-04 13:06:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-04 13:52:17 +0000 |
commit | c9a1158c7914d24c81f3c9196757df49890307fe (patch) | |
tree | 6a7c3e089191902a91d81d432c53ad641ed36f46 /Makefile | |
parent | 3ac0a8e0825aba542ea254ada47afa8b8a854b56 (diff) | |
download | abuild-c9a1158c7914d24c81f3c9196757df49890307fe.tar.bz2 abuild-c9a1158c7914d24c81f3c9196757df49890307fe.tar.xz |
abuild: remove broken noarch stuff. force CARCH for abuildrepo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ VERSION := 2.8.2 prefix ?= /usr sysconfdir ?= /etc datadir ?= $(prefix)/share/$(PACKAGE) -abuildrepo ?= ~/.cache/apks +abuildrepo ?= ~/.cache/abuild LUA_VERSION = 5.1 LUA_SHAREDIR ?= $(prefix)/share/lua/$(LUA_VERSION)/ |