[arch-commits] Commit in xdg-utils/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Sep 25 17:38:28 UTC 2019


    Date: Wednesday, September 25, 2019 @ 17:38:28
  Author: andyrtr
Revision: 363399

fix quoting

Modified:
  xdg-utils/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 17:37:00 UTC (rev 363398)
+++ PKGBUILD	2019-09-25 17:38:28 UTC (rev 363399)
@@ -57,5 +57,5 @@
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
   # install empty directory to prevent xdg-desktop-menu install *.desktop to fail, see FS#33316
-  install -dm755 $pkgdir/usr/share/desktop-directories
+  install -dm755 "$pkgdir"/usr/share/desktop-directories
 }



More information about the arch-commits mailing list