freefont-ttf: re-add font_dirs (removed accidentally).
This commit is contained in:
parent
18f1f5f35e
commit
987bee940e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'freefont-ttf'
|
||||
pkgname=freefont-ttf
|
||||
version=20120503
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc=freefont-${version}
|
||||
makedepends="unzip"
|
||||
|
@ -13,6 +13,8 @@ license="GPL-2"
|
|||
distfiles="http://ftp.gnu.org/gnu/freefont/${pkgname}-${version}.zip"
|
||||
checksum=7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af
|
||||
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
install -m644 ${wrksrc}/*.ttf ${DESTDIR}/usr/share/fonts/TTF
|
||||
|
|
Loading…
Reference in New Issue