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

Andreas Radke andyrtr at archlinux.org
Wed Sep 25 17:34:14 UTC 2019


    Date: Wednesday, September 25, 2019 @ 17:34:14
  Author: andyrtr
Revision: 363396

fix quoting

Modified:
  unixodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-25 17:33:35 UTC (rev 363395)
+++ PKGBUILD	2019-09-25 17:34:14 UTC (rev 363396)
@@ -27,6 +27,6 @@
 
 package() {
     cd unixODBC-${pkgver}
-    make DESTDIR=${pkgdir} install
+    make DESTDIR="${pkgdir}" install
     touch "$pkgdir"/etc/{odbc,odbcinst}.ini
 }



More information about the arch-commits mailing list