[arch-commits] Commit in avfs/trunk (PKGBUILD)
    Eric Bélanger 
    eric at archlinux.org
       
    Mon Dec  8 02:06:46 UTC 2008
    
    
  
    Date: Sunday, December 7, 2008 @ 21:06:46
  Author: eric
Revision: 20934
updated options syntax
Modified:
  avfs/trunk/PKGBUILD
----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-08 01:12:27 UTC (rev 20933)
+++ PKGBUILD	2008-12-08 02:06:46 UTC (rev 20934)
@@ -10,7 +10,7 @@
 license=('GPL')
 url="http://avf.sourceforge.net/"
 source=(http://dl.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2)
-options=(NOEMPTYDIRS NOLIBTOOL)
+options=(!emptydirs !libtool)
 depends=('fuse')
 md5sums=('5281b990251c8c3a15366ad40e4818db')
 
    
    
More information about the arch-commits
mailing list