mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
dejavu-fonts-ttf: fix INSTALL script to work with busybox ln(1).
This commit is contained in:
parent
166e59e450
commit
5ac0f36604
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ case ${ACTION} in
|
||||||
post)
|
post)
|
||||||
cd etc/fonts/conf.d
|
cd etc/fonts/conf.d
|
||||||
for f in ${_files}; do
|
for f in ${_files}; do
|
||||||
ln -sfr ../conf.avail/${f} .
|
ln -sf ../conf.avail/${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=6
|
revision=7
|
||||||
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…
Add table
Reference in a new issue