[arch-commits] Commit in partclone/trunk (PKGBUILD)

Jonathan Steel jsteel at nymeria.archlinux.org
Sun May 12 09:03:27 UTC 2013


    Date: Sunday, May 12, 2013 @ 11:03:26
  Author: jsteel
Revision: 90409

Move files to /usr/bin

Modified:
  partclone/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 09:00:26 UTC (rev 90408)
+++ PKGBUILD	2013-05-12 09:03:26 UTC (rev 90409)
@@ -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')
 url="http://partclone.org"
@@ -20,7 +20,7 @@
   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
 }




More information about the arch-commits mailing list