https://bugzilla.suse.com/show_bug.cgi?id=1218788 Bug ID: 1218788 Summary: sdl_bomber package broken installation. Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: angulion@gmail.com QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Game sdl_bomber installs: /usr/bin/sdl_bomber which is a script and the executable into: /usr/libexec/sdl_bomber /usr/bin/sdl_bomber however contains: #!/bin/sh cd /usr/lib/sdl_bomber exec ./bomber "${@}" which will not start the game, but result in error. /usr/bin/sdl_bomber should be: #!/bin/sh cd /usr/libexec/sdl_bomber exec ./bomber "${@}" -- You are receiving this mail because: You are on the CC list for the bug.