summaryrefslogtreecommitdiffstats
path: root/package/acx
diff options
context:
space:
mode:
Diffstat (limited to 'package/acx')
-rw-r--r--package/acx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/acx/Makefile b/package/acx/Makefile
index 210a80cb4..48d27e5f6 100644
--- a/package/acx/Makefile
+++ b/package/acx/Makefile
@@ -16,9 +16,9 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@openwrt/
PKG_MD5SUM:=ec6322b9c82781897a9433ef0cefda6f
-PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
-#PKG_CAT:=bzcat
-PKG_UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) | \
+
+PKG_UNPACK:= \
+ bzcat $(DL_DIR)/$(PKG_SOURCE) | \
$(TAR) -C $(KERNEL_BUILD_DIR) $(TAR_OPTIONS); \
chmod -R u+w $(PKG_BUILD_DIR)