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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jan 25 04:02:47 UTC 2020


    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 <sh at lutzhaase.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 # Contributor: scippio <scippio at berounet.cz>
 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
 }



More information about the arch-commits mailing list