From 7166fda596299fbd526d644665590ae4fd73e4bb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:05 +0100 Subject: [PATCH] parted: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/parted/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/parted/meta b/packages/sysutils/parted/meta index d51c077d0b..5bad807510 100644 --- a/packages/sysutils/parted/meta +++ b/packages/sysutils/parted/meta @@ -12,3 +12,5 @@ PKG_SECTION="system" PKG_SHORTDESC="parted: GNU partition editor" PKG_LONGDESC="GNU Parted is a program for creating, destroying, resizing, checking and copying partitions, and the file systems on them. This is useful for creating space for new operating systems, reorganising disk usage, copying data between hard disks and disk imaging." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"