[arch-commits] CVS update of arch/build/x11/ttf-bitstream-vera (PKGBUILD)

Dan McGee dan at archlinux.org
Thu Jul 26 23:55:54 UTC 2007


    Date: Thursday, July 26, 2007 @ 19:55:54
  Author: dan
    Path: /home/cvs-arch/arch/build/x11/ttf-bitstream-vera

Modified: PKGBUILD (1.10 -> 1.11)

fixing license install location


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


Index: arch/build/x11/ttf-bitstream-vera/PKGBUILD
diff -u arch/build/x11/ttf-bitstream-vera/PKGBUILD:1.10 arch/build/x11/ttf-bitstream-vera/PKGBUILD:1.11
--- arch/build/x11/ttf-bitstream-vera/PKGBUILD:1.10	Thu Aug  3 14:14:53 2006
+++ arch/build/x11/ttf-bitstream-vera/PKGBUILD	Thu Jul 26 19:55:54 2007
@@ -6,7 +6,7 @@
 pkgrel=5
 pkgdesc="Bitstream vera fonts"
 arch=(i686 x86_64)
-license=(custom)
+license=('custom')
 url="http://www.gnome.org/fonts"
 depends=(fontconfig xorg-fonts-encodings xorg-font-utils)
 install=vera.install
@@ -17,6 +17,6 @@
   cd ${startdir}/src/${pkgname}-${pkgver}
   mkdir -p  ${startdir}/pkg/usr/share/fonts/TTF
   install -m644 *.ttf ${startdir}/pkg/usr/share/fonts/TTF/
-  mkdir -p ${startdir}/pkg/usr/share/licenses/custom/ttf-bitstream-vera
-  install -m644 COPYRIGHT.TXT ${startdir}/pkg/usr/share/licenses/custom/ttf-bitstream-vera/license.txt
+  # install license
+  install -D -m644 COPYRIGHT.TXT ${startdir}/pkg/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list