[arch-commits] Commit in performous-freesongs/trunk (PKGBUILD)

Frederik Schwan freswa at archlinux.org
Fri Aug 28 12:52:00 UTC 2020


    Date: Friday, August 28, 2020 @ 12:51:59
  Author: freswa
Revision: 690787

fix unquoted variables

Modified:
  performous-freesongs/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:51:43 UTC (rev 690786)
+++ PKGBUILD	2020-08-28 12:51:59 UTC (rev 690787)
@@ -15,7 +15,7 @@
             'add9df22b78967fd6f19699e8569f976423e931a32ea7a62cfec2f94470b9120f05832560215a000ecec8dd65508b057fac8ac90efd3a768ed74ddced186a73b')
 
 package() {
-  install -d ${pkgdir}/usr/share/performous/songs
-  cp -r ${srcdir}/songs ${pkgdir}/usr/share/performous/songs
+  install -d "${pkgdir}"/usr/share/performous/songs
+  cp -r "${srcdir}"/songs "${pkgdir}"/usr/share/performous/songs
 }
 



More information about the arch-commits mailing list