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

Allan McRae allan at archlinux.org
Sat Jun 2 11:44:12 UTC 2012


    Date: Saturday, June 2, 2012 @ 07:44:12
  Author: allan
Revision: 160588

upgpkg: pmount 0.9.23-4

fix cryptsetup path (FS#30071)

Modified:
  pmount/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-02 10:54:59 UTC (rev 160587)
+++ PKGBUILD	2012-06-02 11:44:12 UTC (rev 160588)
@@ -3,7 +3,7 @@
 
 pkgname=pmount
 pkgver=0.9.23
-pkgrel=3
+pkgrel=4
 pkgdesc="mount removable devices as normal user"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -16,7 +16,8 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --disable-hal
+  ./configure --prefix=/usr --disable-hal \
+    --with-cryptsetup-prog=/usr/sbin/cryptsetup
   make
 }
 




More information about the arch-commits mailing list