encodings: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
parent
08a09917cd
commit
cd4926b97c
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
case "$ACTION" in
|
||||
post)
|
||||
cd usr/share/fonts/X11/encodings/large
|
||||
mkfontscale -b -s -l -n -r -p /usr/share/fonts/X11/encodings/large -e . .
|
||||
mkfontscale -b -s -l -n -r -p usr/share/fonts/X11/encodings/large -e . .
|
||||
cd ..
|
||||
mkfontscale -b -s -l -n -r -p /usr/share/fonts/X11/encodings -e . -e large .
|
||||
mkfontscale -b -s -l -n -r -p usr/share/fonts/X11/encodings -e . -e large .
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'encodings'.
|
||||
pkgname=encodings
|
||||
version=1.0.4
|
||||
revision=5
|
||||
revision=6
|
||||
noarch=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config font-util"
|
||||
|
|
Loading…
Reference in a new issue