summaryrefslogtreecommitdiffstats
path: root/abs/core/parted
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
commit7b29169fff9e7c624890c5edffe85def8a293136 (patch)
tree47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/core/parted
parentc491dea779dac29afff3578bf8245943817c2339 (diff)
downloadlinhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2
LinHES 6.01.00
Diffstat (limited to 'abs/core/parted')
-rw-r--r--abs/core/parted/PKGBUILD4
-rw-r--r--abs/core/parted/__changelog2
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/parted/PKGBUILD b/abs/core/parted/PKGBUILD
index b65a9ca..be2d735 100644
--- a/abs/core/parted/PKGBUILD
+++ b/abs/core/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/parted/__changelog b/abs/core/parted/__changelog
new file mode 100644
index 0000000..0717177
--- /dev/null
+++ b/abs/core/parted/__changelog
@@ -0,0 +1,2 @@
+modify pkgbuild to not include emptydirs
++options=(!libtool !emptydirs)