mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/exfat-utils: fix doc
This commit is contained in:
parent
da357862ea
commit
41f320e997
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user