Skip to content
Snippets Groups Projects
Commit def60228 authored by Allan McRae's avatar Allan McRae :speech_balloon:
Browse files

upgpkg: 4.1-2

move ./configure from prepare() to build() so our build flags are seen, new format .BUILDINFO
parent 076989e9
No related branches found
No related tags found
No related merge requests found
# Maintainer: dorphell <dorphell@archlinux.org>
# Maintainer:
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=dosfstools
pkgver=4.1
pkgrel=1
pkgrel=2
pkgdesc="DOS filesystem utilities"
arch=(x86_64)
depends=('glibc')
......@@ -14,13 +15,12 @@ validpgpkeys=('25714AECDBFDACEE1CE95FE77F6022516E869F64') # Andreas Bombe
md5sums=('07a1050db1a898e9a2e03b0c4569c4bd'
'SKIP')
prepare() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin --mandir=/usr/share/man --docdir=/usr/share/doc/dosfstools --enable-compat-symlinks
}
build() {
cd $srcdir/$pkgname-$pkgver
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib \
--sbindir=/usr/bin --mandir=/usr/share/man \
--docdir=/usr/share/doc/dosfstools --enable-compat-symlinks
make
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment