Skip to content
Snippets Groups Projects
Commit 3e84edfe authored by Tobias Powalowski's avatar Tobias Powalowski :sunglasses:
Browse files

fix docdir #49335

parent 00884f35
No related branches found
Tags 4.0-3
No related merge requests found
......@@ -2,7 +2,7 @@
# Committer: Judd Vinet <jvinet@zeroflux.org>
pkgname=dosfstools
pkgver=4.0
pkgrel=2
pkgrel=3
pkgdesc="DOS filesystem utilities"
arch=(i686 x86_64)
depends=('glibc')
......@@ -16,7 +16,7 @@ md5sums=('20f8388b99702f276c973d228c7cff45'
prepare() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin --mandir=/usr/share/man --docdir=/usr/share/doc --enable-compat-symlinks
./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin --mandir=/usr/share/man --docdir=/usr/share/doc/dosfstools --enable-compat-symlinks
}
build() {
......
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