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

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Dec 25 20:27:48 UTC 2013


    Date: Wednesday, December 25, 2013 @ 21:27:48
  Author: seblu
Revision: 103048

Use make install

Modified:
  lz4/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-25 19:18:23 UTC (rev 103047)
+++ PKGBUILD	2013-12-25 20:27:48 UTC (rev 103048)
@@ -23,9 +23,7 @@
 
 package() {
   cd $pkgname
-  install -Dm755 lz4 "$pkgdir/usr/bin/lz4"
-  install -Dm755 lz4c "$pkgdir/usr/bin/lz4c"
-  install -Dm644 lz4.1 "$pkgdir/usr/share/man/man1/lz4.1"
+  make install DESTDIR="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list