aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/fuse/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/fuse/APKBUILD b/main/fuse/APKBUILD
index 4f98c421f1..884ab5f5f1 100644
--- a/main/fuse/APKBUILD
+++ b/main/fuse/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fuse
pkgver=2.9.3
-pkgrel=0
+pkgrel=1
pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
url="http://fuse.sourceforge.net/"
arch="all"
@@ -13,6 +13,7 @@ subpackages="$pkgname-dev"
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
fix-includes.patch
fuse.initd"
+options="suid"
_builddir="$srcdir"/$pkgname-$pkgver