dejavu-fonts-ttf: fix previous^2.
This commit is contained in:
parent
093e264ee4
commit
56b15cf223
|
@ -8,8 +8,9 @@ _files="
|
||||||
|
|
||||||
case ${ACTION} in
|
case ${ACTION} in
|
||||||
post)
|
post)
|
||||||
|
cd etc/fonts/conf.avail
|
||||||
for f in ${_files}; do
|
for f in ${_files}; do
|
||||||
ln -sfr etc/fonts/conf.avail/${f} etc/fonts/conf.d/${f}
|
ln -sfr ${f} ../conf.d/${f}
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -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=3
|
revision=4
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue