dejavu-fonts-ttf: fix INSTALL for real... grrr.

This commit is contained in:
Juan RP 2013-01-28 18:00:15 +01:00
parent 56b15cf223
commit d967a3af76
2 changed files with 3 additions and 3 deletions

View file

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

View file

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