summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson2023-06-20 23:08:27 +0200
committer Willy Sudiarto Raharjo2023-06-23 02:48:06 +0200
commit0ca2cd43a82577a1791e5ecf826281a2efc8e7f6 (patch)
treebd05f277688e3a6041e839dc9ec9dd2140b0b51d /games
parenta74c37dc1ddb5b5a9b6e816d337e637f1d427ed0 (diff)
downloadslackbuilds-0ca2cd43a82577a1791e5ecf826281a2efc8e7f6.tar.gz
games/starfighter: Fix doinst.sh.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/starfighter/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/starfighter/doinst.sh b/games/starfighter/doinst.sh
index 3ceb7eae8d..64a4b41636 100644
--- a/games/starfighter/doinst.sh
+++ b/games/starfighter/doinst.sh
@@ -2,7 +2,7 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
-if [ -e /usr/share/icons/hicolor/icon-theme.cache ]; then
+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 -f usr/share/icons/hicolor >/dev/null 2>&1
fi