[arch-commits] CVS update of arch/build/devel/tcl (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/devel/tcl

Modified: PKGBUILD (1.29 -> 1.30)

fix licenses in wrong place


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


Index: arch/build/devel/tcl/PKGBUILD
diff -u arch/build/devel/tcl/PKGBUILD:1.29 arch/build/devel/tcl/PKGBUILD:1.30
--- arch/build/devel/tcl/PKGBUILD:1.29	Sun May 27 04:57:57 2007
+++ arch/build/devel/tcl/PKGBUILD	Thu Jul 26 19:42:46 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.29 2007/05/27 08:57:57 andyrtr Exp $
+# $Id: PKGBUILD,v 1.30 2007/07/26 23:42:46 dan Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: Judd Vinet <jvinet at zeroflux.org>
 pkgname=tcl
@@ -21,5 +21,6 @@
   make || return 1
   make INSTALL_ROOT=${startdir}/pkg install install-private-headers
   ln -sf tclsh8.4 ${startdir}/pkg/usr/bin/tclsh
-  install -Dm644 ../license.terms $startdir/pkg/usr/share/licenses/custom/$pkgname/license.terms
+  # install license
+  install -Dm644 ../license.terms $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list