[arch-commits] CVS update of core/base/libarchive (PKGBUILD)

Dan McGee dan at archlinux.org
Thu Oct 25 12:07:09 UTC 2007


    Date: Thursday, October 25, 2007 @ 08:07:09
  Author: dan
    Path: /home/cvs-core/core/base/libarchive

Modified: PKGBUILD (1.6 -> 1.7)

Add license to libarchive for next time it is built


----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


Index: core/base/libarchive/PKGBUILD
diff -u core/base/libarchive/PKGBUILD:1.6 core/base/libarchive/PKGBUILD:1.7
--- core/base/libarchive/PKGBUILD:1.6	Wed Sep 19 14:13:15 2007
+++ core/base/libarchive/PKGBUILD	Thu Oct 25 08:07:09 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.6 2007/09/19 18:13:15 thomas Exp $
+# $Id: PKGBUILD,v 1.7 2007/10/25 12:07:09 dan Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 pkgname=libarchive
@@ -22,4 +22,8 @@
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
+
+  # install license
+  mkdir -p $startdir/pkg/usr/share/licenses/libarchive
+  install -m644 COPYING $startdir/pkg/usr/share/licenses/libarchive/
 }




More information about the arch-commits mailing list