diff options
Diffstat (limited to 'package/file/Makefile')
-rw-r--r-- | package/file/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/file/Makefile b/package/file/Makefile index c4704c7a7..a3a6c17f2 100644 --- a/package/file/Makefile +++ b/package/file/Makefile @@ -14,7 +14,7 @@ MASTER_SITES:= ftp://ftp.fu-berlin.de/unix/tools/file/ \ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,FILE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,FILE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE:= gnu BUILD_STYLE:= auto |