| Summary: | Haiku uses wrong default install prefix | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Axel Dörfler <axeld> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Attachments: | Changes install prefix for Haiku | ||
Fixed, thanks! http://hg.libsdl.org/SDL/rev/ad1ee23309ca |
Created attachment 1121 [details] Changes install prefix for Haiku Currently, the default install target for Haiku is /boot/develop/tools/gnupro. However, this is not the expected install place. Instead, /boot/common should be used. The attached patch fixes that.