Date: Saturday, January 25, 2020 @ 04:02:46
  Author: svenstaro
Revision: 555382

upgpkg: ois 1.5-1: rebuild

Modified:
  ois/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-25 04:01:28 UTC (rev 555381)
+++ PKGBUILD    2020-01-25 04:02:46 UTC (rev 555382)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Maintainer: Sven-Hendrik Haase <[email protected]>
 # Contributor: scippio <[email protected]>
 pkgname=ois
 pkgver=1.5
@@ -22,7 +22,7 @@
 package() {
   cd OIS-*/build
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
-  install -Dm644 ../LICENSE.md ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ../LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }

Reply via email to