vlc: correct path to freefonts-ttf.
This commit is contained in:
parent
c4faf00435
commit
2cde704731
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ pre_configure()
|
||||||
sed -i "s|hostname -s|hostname|g" ${wrksrc}/configure || return 1
|
sed -i "s|hostname -s|hostname|g" ${wrksrc}/configure || return 1
|
||||||
# Use wc(1) from coreutils
|
# Use wc(1) from coreutils
|
||||||
export PATH="/usr/bin:/bin:$PATH"
|
export PATH="/usr/bin:/bin:$PATH"
|
||||||
|
sed -i "s|/usr/share/fonts/truetype/freefont|/usr/share/fonts/TTF|" \
|
||||||
|
${wrksrc}/modules/misc/freetype.c
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
|
|
Loading…
Reference in a new issue