diff options
Diffstat (limited to 'abs/core-testing/parted/PKGBUILD')
-rw-r--r-- | abs/core-testing/parted/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
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 |