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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Nov 15 19:11:18 UTC 2016


    Date: Tuesday, November 15, 2016 @ 19:11:17
  Author: jlichtblau
Revision: 196004

upgpkg: encfs 1.9.1-3 - FS#51802 fix

Modified:
  encfs/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-15 19:11:15 UTC (rev 196003)
+++ PKGBUILD	2016-11-15 19:11:17 UTC (rev 196004)
@@ -7,7 +7,7 @@
 
 pkgname=encfs
 pkgver=1.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='https://vgough.github.io/encfs/'
@@ -43,4 +43,7 @@
   cd "${srcdir}"/build
 
   make DESTDIR="${pkgdir}" install
+ 
+# FS#51802
+  chmod +x "${pkgdir}"/usr/bin/encfssh
 }



More information about the arch-commits mailing list