summaryrefslogtreecommitdiffstats
path: root/source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild')
-rwxr-xr-xsource/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild b/source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild
index daa852568..0bfa0f50b 100755
--- a/source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild
+++ b/source/x/sazanami-fonts-ttf/sazanami-fonts-ttf.SlackBuild
@@ -38,7 +38,7 @@ PKGNAM=sazanami-fonts-ttf
REALNAM=sazanami
VERSION=${VERSION:-20040629}
ARCH=noarch
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
@@ -87,11 +87,11 @@ cat << EOT > $PKG/install/doinst.sh
# does the same thing, saving time.
# Update X font indexes and the font cache:
if [ -x /usr/bin/mkfontdir ]; then
- /usr/bin/mkfontscale $FONTDIR
- /usr/bin/mkfontdir $FONTDIR
+ /usr/bin/mkfontscale $FONTDIR 2> /dev/null
+ /usr/bin/mkfontdir $FONTDIR 2> /dev/null
fi
if [ -x /usr/bin/fc-cache ]; then
- /usr/bin/fc-cache $FONTDIR
+ /usr/bin/fc-cache $FONTDIR 2> /dev/null
fi
EOT