[arch-commits] CVS update of arch/build/devel/tk (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/tk
Modified: PKGBUILD (1.25 -> 1.26)
fix licenses in wrong place
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: arch/build/devel/tk/PKGBUILD
diff -u arch/build/devel/tk/PKGBUILD:1.25 arch/build/devel/tk/PKGBUILD:1.26
--- arch/build/devel/tk/PKGBUILD:1.25 Sun May 27 04:57:57 2007
+++ arch/build/devel/tk/PKGBUILD Thu Jul 26 19:42:46 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.25 2007/05/27 08:57:57 andyrtr Exp $
+# $Id: PKGBUILD,v 1.26 2007/07/26 23:42:46 dan Exp $
# Maintainer: dorphell <dorphell at archlinux.org>
# Committer: Judd Vinet <jvinet at zeroflux.org>
pkgname=tk
@@ -20,5 +20,6 @@
make
make INSTALL_ROOT=${startdir}/pkg install install-private-headers
ln -sf wish8.4 ${startdir}/pkg/usr/bin/wish
- 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