encodings: fix absolute paths in INSTALL/REMOVE scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user