encodings: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
cd usr/share/fonts/X11/encodings/large
|
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 ..
|
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
|
esac
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template build file for 'encodings'.
|
# Template build file for 'encodings'.
|
||||||
pkgname=encodings
|
pkgname=encodings
|
||||||
version=1.0.4
|
version=1.0.4
|
||||||
revision=5
|
revision=6
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config font-util"
|
hostmakedepends="pkg-config font-util"
|
||||||
|
|||||||
Reference in New Issue
Block a user