[arch-commits] Commit in dosfstools/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Oct 7 20:08:29 UTC 2019
Date: Monday, October 7, 2019 @ 20:08:29
Author: arojas
Revision: 364067
Fix quoting
Modified:
dosfstools/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 20:07:57 UTC (rev 364066)
+++ PKGBUILD 2019-10-07 20:08:29 UTC (rev 364067)
@@ -17,7 +17,7 @@
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib \
--sbindir=/usr/bin --mandir=/usr/share/man \
--docdir=/usr/share/doc/dosfstools --enable-compat-symlinks
@@ -25,6 +25,6 @@
}
package () {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list