Bug 1218788 - sdl_bomber package broken installation.
Summary: sdl_bomber package broken installation.
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Forgotten User 52GcxkmhgK
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-13 21:27 UTC by Anders Biström
Modified: 2024-07-05 20:29 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Biström 2024-01-13 21:27:26 UTC
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 "${@}"
Comment 2 hui 2024-07-05 20:29:24 UTC
Fixed with sdl_bomber-1.0.4-2.1