From 66f1acec8fde49e47c8bdcfbc40f94028ba700df Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 2 Apr 2009 17:08:05 +0000 Subject: x11/font-*-*: prevent mkfontdir and mkfontscale to run during make install --- x11/font-bh-lucidatypewriter-100dpi/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/font-bh-lucidatypewriter-100dpi') diff --git a/x11/font-bh-lucidatypewriter-100dpi/APKBUILD b/x11/font-bh-lucidatypewriter-100dpi/APKBUILD index 0db4578d..7f6e8158 100644 --- a/x11/font-bh-lucidatypewriter-100dpi/APKBUILD +++ b/x11/font-bh-lucidatypewriter-100dpi/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=font-bh-lucidatypewriter-100dpi pkgver=1.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="X.Org Bigelow & Holmes Lucida bitmap fonts" url="http://xorg.freedesktop.org/" license="custom" @@ -17,7 +17,7 @@ build() { --with-mapfiles=/usr/share/fonts/util \ --with-fontdir=/usr/share/fonts/100dpi make || return 1 - make -j1 DESTDIR="$pkgdir" install || return 1 + make -j1 DESTDIR="$pkgdir" MKFONTDIR=: MKFONTSCALE=: install || return 1 } md5sums="c44d3f730564da465993e9292a33c235 font-bh-lucidatypewriter-100dpi-1.0.0.tar.bz2 -- cgit v1.2.3