summaryrefslogtreecommitdiff
path: root/community/partclone/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/partclone/PKGBUILD')
-rw-r--r--community/partclone/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD
index 4415534ff..c3bb58401 100644
--- a/community/partclone/PKGBUILD
+++ b/community/partclone/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87807 2013-04-06 20:01:09Z jsteel $
+# $Id: PKGBUILD 90410 2013-05-12 09:03:51Z jsteel $
# Maintainer: Jonathan Steel <mail at jsteel dot org>
# Contrinutor: Dan Serban
# Contributor: Franz Burgmann
@@ -7,7 +7,7 @@
pkgname=partclone
pkgver=0.2.58
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities to save and restore used blocks on a partition"
arch=('i686' 'x86_64' 'mips64el')
url="http://partclone.org"
@@ -20,7 +20,7 @@ build() {
cd "$srcdir"/$pkgname-$pkgver
./configure --prefix=/usr --enable-extfs --enable-reiserfs --enable-fat \
- --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs
+ --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs --sbindir=/usr/bin
make
}