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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Feb 20 20:13:44 UTC 2018


    Date: Tuesday, February 20, 2018 @ 20:13:43
  Author: svenstaro
Revision: 296621

upgpkg: libmpack 1.0.5-2

Fix PREFIX

Modified:
  libmpack/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-20 20:11:38 UTC (rev 296620)
+++ PKGBUILD	2018-02-20 20:13:43 UTC (rev 296621)
@@ -2,7 +2,7 @@
 
 pkgname=libmpack
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple implementation of msgpack in C"
 arch=('x86_64')
 url="https://github.com/libmpack/libmpack"
@@ -19,7 +19,7 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="$pkgdir/" PREFIX=/usr install
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list