Date: Friday, August 28, 2020 @ 13:08:57
  Author: freswa
Revision: 690841

fix unquoted variables

Modified:
  timew/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-08-28 13:08:22 UTC (rev 690840)
+++ PKGBUILD    2020-08-28 13:08:57 UTC (rev 690841)
@@ -25,9 +25,9 @@
 package() {
     cd "${pkgname}-${pkgver}"
 
-    make DESTDIR=${pkgdir} install
+    make DESTDIR="${pkgdir}" install
 
     # Install the refresh holiday scripts in /usr/bin/ for user convenience.
-    chmod 755 "${pkgdir}/usr/share/doc/timew/doc/holidays/refresh"
-    ln -s "/usr/share/doc/timew/doc/holidays/refresh" 
"${pkgdir}/usr/bin/timew-refresh-holidays"
+    chmod 755 "${pkgdir}"/usr/share/doc/timew/doc/holidays/refresh
+    ln -s /usr/share/doc/timew/doc/holidays/refresh 
"${pkgdir}"/usr/bin/timew-refresh-holidays
 }

Reply via email to