summaryrefslogtreecommitdiffstats
path: root/system/phoronix-test-suite
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-09 18:40:15 +0700
committer David Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitb51afe7867da251acaa0fa80e62c63121ec61320 (patch)
treee51cd922d063a4f36da4eefac0baa779e4e19ec1 /system/phoronix-test-suite
parent46615d36e15bf37746bae95bbf97c263ca0a4881 (diff)
downloadslackbuilds-b51afe7867da251acaa0fa80e62c63121ec61320.tar.gz
slackbuilds-b51afe7867da251acaa0fa80e62c63121ec61320.tar.xz
system/phoronix-test-suite: Update doinst.sh.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/phoronix-test-suite')
-rw-r--r--system/phoronix-test-suite/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/phoronix-test-suite/doinst.sh b/system/phoronix-test-suite/doinst.sh
index 9424ce43ff..aea0f894eb 100644
--- a/system/phoronix-test-suite/doinst.sh
+++ b/system/phoronix-test-suite/doinst.sh
@@ -8,6 +8,6 @@ fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
- /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi
fi