diff options
Diffstat (limited to 'package/tinyproxy')
-rw-r--r-- | package/tinyproxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tinyproxy/Makefile b/package/tinyproxy/Makefile index cab1655a5..6b2a65db7 100644 --- a/package/tinyproxy/Makefile +++ b/package/tinyproxy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES:= https://www.banu.com/pub/tinyproxy/1.6/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,TINYPROXY,tinyproxy,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,TINYPROXY,tinyproxy,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE:= gnu BUILD_STYLE:= auto |