diff options
Diffstat (limited to 'games/freeciv/doinst.sh')
-rw-r--r-- | games/freeciv/doinst.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/freeciv/doinst.sh b/games/freeciv/doinst.sh index 82a2a30436..392c12adb9 100644 --- a/games/freeciv/doinst.sh +++ b/games/freeciv/doinst.sh @@ -1,5 +1,4 @@ - -if [ -x usr/bin/update-desktop-database ]; then - usr/bin/update-desktop-database -q usr/share/applications +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications fi |