summaryrefslogtreecommitdiff
path: root/extra/parted/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/parted/PKGBUILD')
-rw-r--r--extra/parted/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/parted/PKGBUILD b/extra/parted/PKGBUILD
index 71c85b1dc..ecf78462b 100644
--- a/extra/parted/PKGBUILD
+++ b/extra/parted/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 151858 2012-03-03 14:28:32Z giovanni $
+# $Id: PKGBUILD 185834 2013-05-19 14:21:08Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=parted
pkgver=3.1
-pkgrel=1.2
+pkgrel=2
pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3')
@@ -20,6 +20,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr \
+ --sbindir=/usr/bin \
--disable-debug \
--disable-rpath
make