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

Gaetan Bisson bisson at archlinux.org
Thu Feb 24 08:00:08 UTC 2011


    Date: Thursday, February 24, 2011 @ 03:00:08
  Author: bisson
Revision: 111127

fix permissions

Modified:
  tsocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-24 06:35:54 UTC (rev 111126)
+++ PKGBUILD	2011-02-24 08:00:08 UTC (rev 111127)
@@ -3,7 +3,7 @@
 
 pkgname=tsocks
 pkgver=1.8beta5
-pkgrel=3
+pkgrel=4
 pkgdesc='Transparent SOCKS proxying library'
 arch=('i686' 'x86_64')
 url='http://tsocks.sourceforge.net/'
@@ -21,5 +21,5 @@
 	cd "${srcdir}/${pkgname}-1.8"
 	make DESTDIR="${pkgdir}" install
 	install -d "${pkgdir}"/etc
-	install tsocks.conf.{simple,complex}.example "${pkgdir}"/etc
+	install -m644 tsocks.conf.{simple,complex}.example "${pkgdir}"/etc
 }




More information about the arch-commits mailing list