From 41f320e99708878cf6909e062c181ca7d8d99202 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 30 Nov 2015 15:34:17 +0000 Subject: [PATCH] testing/exfat-utils: fix doc --- testing/exfat-utils/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/exfat-utils/APKBUILD b/testing/exfat-utils/APKBUILD index ec6778e911c..8ae74f06aaf 100644 --- a/testing/exfat-utils/APKBUILD +++ b/testing/exfat-utils/APKBUILD @@ -10,7 +10,7 @@ depends="" depends_dev="" makedepends="$depends_dev" install="" -subpackages="" +subpackages="$pkgname-doc" source="https://github.com/relan/exfat/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz" _builddir="$srcdir"/exfat-utils-$pkgver @@ -26,7 +26,7 @@ prepare() { build() { cd "$_builddir" - + ./configure --prefix=/usr --sbindir=/usr/bin || return 1 make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}" \ || return 1