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

Thomas Bächler thomas at archlinux.org
Thu Jun 10 11:09:35 UTC 2010


    Date: Thursday, June 10, 2010 @ 07:09:35
  Author: thomas
Revision: 82339

Adjust for new cryptsetup path

Modified:
  pmount/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-10 10:58:17 UTC (rev 82338)
+++ PKGBUILD	2010-06-10 11:09:35 UTC (rev 82339)
@@ -3,7 +3,7 @@
 
 pkgname=pmount
 pkgver=0.9.22
-pkgrel=1
+pkgrel=2
 pkgdesc="mount removable devices as normal user"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -16,7 +16,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-cryptsetup-prog=/usr/sbin/cryptsetup || return 1
+  ./configure --prefix=/usr --with-cryptsetup-prog=/sbin/cryptsetup || return 1
   make || return 1 
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list