[arch-commits] Commit in xcursor-flatbed/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Sun Oct 20 16:29:58 UTC 2019
Date: Sunday, October 20, 2019 @ 16:29:58
Author: kkeen
Revision: 517790
unquoted variables todo
Modified:
xcursor-flatbed/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-20 16:03:39 UTC (rev 517789)
+++ PKGBUILD 2019-10-20 16:29:58 UTC (rev 517790)
@@ -15,9 +15,9 @@
md5sums=('SKIP')
package() {
- cd $srcdir/flatbedcursors
+ cd "$srcdir/flatbedcursors"
- export ICONSDIR="$pkgdir"/usr/share/icons/
- mkdir -p "$pkgdir"/usr/share/icons/
+ export ICONSDIR="$pkgdir/usr/share/icons/"
+ mkdir -p "$pkgdir/usr/share/icons/"
./install-all
}
More information about the arch-commits
mailing list