From 539dc2b694124d3da59a3f9a55ff22157c8142bc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:05 +0100 Subject: [PATCH] ntfs-3g: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/ntfs-3g/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/ntfs-3g/meta b/packages/sysutils/ntfs-3g/meta index a4a54f3477..7091b029be 100644 --- a/packages/sysutils/ntfs-3g/meta +++ b/packages/sysutils/ntfs-3g/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="ntfs-3g: NTFS-3G Read/Write userspace driver" PKG_LONGDESC="The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"