[arch-commits] Commit in arrayfire/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Mon Apr 29 16:10:23 UTC 2019
Date: Monday, April 29, 2019 @ 16:10:22
Author: kgizdov
Revision: 456304
make sure to quote vars
Modified:
arrayfire/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-29 16:06:38 UTC (rev 456303)
+++ PKGBUILD 2019-04-29 16:10:22 UTC (rev 456304)
@@ -60,7 +60,7 @@
package() {
cd "${srcdir}/arrayfire-full-${pkgver}"
- install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
cd build
More information about the arch-commits
mailing list