diff options
Diffstat (limited to 'community/perl-fuse/PKGBUILD')
-rw-r--r-- | community/perl-fuse/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/perl-fuse/PKGBUILD b/community/perl-fuse/PKGBUILD index 32dcd5cf8..079721841 100644 --- a/community/perl-fuse/PKGBUILD +++ b/community/perl-fuse/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46387 2011-05-06 21:11:28Z spupykin $ +# $Id: PKGBUILD 47546 2011-05-23 19:23:45Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Tom K <tomk@runbox.com> pkgname=perl-fuse pkgver=0.11 -pkgrel=1 +pkgrel=2 pkgdesc="write filesystems in Perl using FUSE" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/Fuse" @@ -12,6 +12,7 @@ depends=('perl' 'fuse') license=('GPL') source=(http://www.cpan.org/authors/id/D/DP/DPAVLIN/Fuse-$pkgver.tar.gz) md5sums=('4b4cb2399dc409015779af0940513c97') +options=('!emptydirs') build() { cd $srcdir/Fuse-$pkgver |