From 318ebbf7e15fb731bf09afffdb91d67ec2d294f2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:21:14 +0100 Subject: [PATCH] unrar: add autoreconf support Signed-off-by: Stephan Raue --- packages/compress/unrar/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/compress/unrar/meta b/packages/compress/unrar/meta index 547e4d33ed..dd0eeca421 100644 --- a/packages/compress/unrar/meta +++ b/packages/compress/unrar/meta @@ -12,3 +12,5 @@ PKG_SECTION="compress" PKG_SHORTDESC="unrar: Extract, test and view RAR archives" PKG_LONGDESC="Unrar is a package to handle files compressed in the RAR format. Due to strange licensing issues this package can only view, test and extract files in a given archive, but not pack files. But since we have far more advanced open-source compression utils it should be enough to extract the content when you get a RAR archive." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"