dejavu-fonts-ttf: fix previous.

This commit is contained in:
Juan RP 2013-01-28 17:52:49 +01:00
parent 7ac27c3c83
commit 093e264ee4
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ _files="
case ${ACTION} in
post)
for f in ${_files}; do
cd etc/fonts/conf.d && ln -sfr ../conf.avail/${f} .
ln -sfr etc/fonts/conf.avail/${f} etc/fonts/conf.d/${f}
done
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'dejavu-fonts-ttf'
pkgname=dejavu-fonts-ttf
version=2.33
revision=2
revision=3
short_desc="DejaVu family of TrueType fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://dejavu-fonts.org/wiki/Main_Page"