From 47a6841daaa0f2d118fc206bbef1eece1fae9a4d Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Sat, 14 Mar 2009 20:26:31 -0500
Subject: Remove empty dirs. /usr/share/info

---
 abs/core-testing/parted/PKGBUILD    | 4 ++--
 abs/core-testing/parted/__changelog | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 abs/core-testing/parted/__changelog

diff --git a/abs/core-testing/parted/PKGBUILD b/abs/core-testing/parted/PKGBUILD
index b65a9ca..be2d735 100644
--- a/abs/core-testing/parted/PKGBUILD
+++ b/abs/core-testing/parted/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=parted
 pkgver=1.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=(i686 x86_64)
 license=('GPL3')
@@ -12,7 +12,7 @@ url="http://www.gnu.org/software/parted/parted.html"
 depends=('e2fsprogs')
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz parted-1.7.1-fix-seg.patch)
 md5sums=('0d494591731082ec57cc18627728124a' '88f3c5b45fdd1d3dce70a1a19bf48481')
-options=(!libtool)
+options=(!libtool !emptydirs)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
diff --git a/abs/core-testing/parted/__changelog b/abs/core-testing/parted/__changelog
new file mode 100644
index 0000000..0717177
--- /dev/null
+++ b/abs/core-testing/parted/__changelog
@@ -0,0 +1,2 @@
+modify pkgbuild to not include emptydirs
++options=(!libtool !emptydirs)
-- 
cgit v0.12