|
Bugzilla – Full Text Bug Listing |
| Summary: | sdl_bomber package broken installation. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Anders Biström <angulion> |
| Component: | Other | Assignee: | Forgotten User 52GcxkmhgK <forgotten_52GcxkmhgK> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
Fixed with sdl_bomber-1.0.4-2.1 |
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 "${@}"