From 315300af12e054e4e6bcb12316afcdc157518846 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 15 Jan 2011 15:09:48 +0100 Subject: [PATCH] unzip: dont do an autoreconf Signed-off-by: Stephan Raue --- packages/compress/unzip/meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compress/unzip/meta b/packages/compress/unzip/meta index 29bc35294b..c0cfaeb953 100644 --- a/packages/compress/unzip/meta +++ b/packages/compress/unzip/meta @@ -33,4 +33,4 @@ PKG_SHORTDESC="unzip: PKUNZIP compatible compression utility" PKG_LONGDESC="UnZip is an extraction utility for archives compressed in .zip format (also called "zipfiles"). Although highly compatible both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, the primary objectives have been portability and non-MSDOS functionality." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no"