From cd4926b97ccff5bd6d0522298b70a536f71057e1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 26 Aug 2018 16:18:03 -0300 Subject: [PATCH] encodings: fix absolute paths in INSTALL/REMOVE scripts --- srcpkgs/encodings/INSTALL | 4 ++-- srcpkgs/encodings/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/encodings/INSTALL b/srcpkgs/encodings/INSTALL index 43dfd2c3727..48363a9c99d 100644 --- a/srcpkgs/encodings/INSTALL +++ b/srcpkgs/encodings/INSTALL @@ -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 diff --git a/srcpkgs/encodings/template b/srcpkgs/encodings/template index f72db5f9d68..35747c33a61 100644 --- a/srcpkgs/encodings/template +++ b/srcpkgs/encodings/template @@ -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"