[arch-commits] CVS update of arch/build/system/unrar (PKGBUILD)

Dan McGee dan at archlinux.org
Thu Jul 26 23:42:46 UTC 2007


    Date: Thursday, July 26, 2007 @ 19:42:46
  Author: dan
    Path: /home/cvs-arch/arch/build/system/unrar

Modified: PKGBUILD (1.8 -> 1.9)

fix licenses in wrong place


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


Index: arch/build/system/unrar/PKGBUILD
diff -u arch/build/system/unrar/PKGBUILD:1.8 arch/build/system/unrar/PKGBUILD:1.9
--- arch/build/system/unrar/PKGBUILD:1.8	Thu May 31 06:08:13 2007
+++ arch/build/system/unrar/PKGBUILD	Thu Jul 26 19:42:46 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.8 2007/05/31 10:08:13 andyrtr Exp $
+# $Id: PKGBUILD,v 1.9 2007/07/26 23:42:46 dan Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: dorphell <dorphell at gmx.net>
 pkgname=unrar
@@ -22,5 +22,6 @@
   mkdir -p ${startdir}/pkg/usr/bin
   mkdir -p ${startdir}/pkg/usr/share/licenses/custom/rarsoft
   install -m755 unrar ${startdir}/pkg/usr/bin/
-  install -m644 license.txt ${startdir}/pkg/usr/share/licenses/custom/rarsoft/
+  # install license
+  install -m644 license.txt ${startdir}/pkg/usr/share/licenses/$pkgname/
 }




More information about the arch-commits mailing list