aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fuse-exfat
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-30 15:35:18 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-30 15:36:05 +0000
commit88779e4a6d98d2a9ca7c87ca53d78790e0428949 (patch)
treed7447119ab43b9d39cf72026836540d76cc4c02f /testing/fuse-exfat
parent3534788dc38c7307c82001e9ad8cb988483c1896 (diff)
downloadaports-88779e4a6d98d2a9ca7c87ca53d78790e0428949.tar.bz2
aports-88779e4a6d98d2a9ca7c87ca53d78790e0428949.tar.xz
testing/fuse-exfat: fix doc
Diffstat (limited to 'testing/fuse-exfat')
-rw-r--r--testing/fuse-exfat/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fuse-exfat/APKBUILD b/testing/fuse-exfat/APKBUILD
index b2a37a4eef..ea78fc3b86 100644
--- a/testing/fuse-exfat/APKBUILD
+++ b/testing/fuse-exfat/APKBUILD
@@ -10,7 +10,7 @@ depends="fuse"
depends_dev=""
makedepends="$depends_dev fuse-dev"
install=""
-subpackages=""
+subpackages="$pkgname-doc"
source="https://github.com/relan/exfat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
_builddir="$srcdir"/fuse-exfat-$pkgver
@@ -26,7 +26,7 @@ prepare() {
build() {
cd "$_builddir"
-
+
./configure --prefix=/usr --sbindir=/usr/bin || return 1
make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
}