[arch-commits] Commit in aspell-ca/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Fri Aug 28 11:49:35 UTC 2020
Date: Friday, August 28, 2020 @ 11:49:35
Author: freswa
Revision: 690603
fix unquoted variables
Modified:
aspell-ca/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-28 11:49:18 UTC (rev 690602)
+++ PKGBUILD 2020-08-28 11:49:35 UTC (rev 690603)
@@ -22,5 +22,5 @@
package() {
cd aspell6-ca-${pkgver}
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list