[arch-commits] Commit in hatari/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Fri Aug 28 12:28:27 UTC 2020
Date: Friday, August 28, 2020 @ 12:28:27
Author: freswa
Revision: 690719
fix unquoted variables
Modified:
hatari/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-28 12:28:26 UTC (rev 690718)
+++ PKGBUILD 2020-08-28 12:28:27 UTC (rev 690719)
@@ -23,5 +23,5 @@
package() {
cd ${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list