Changes between Initial Version and Version 1 of Ticket #10101, comment 4
- Timestamp:
- Oct 14, 2013, 6:34:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10101, comment 4
initial v1 2 2 > Not true. The devs promised that if it was documented, as /boot/config was, it would not change. 3 3 4 The only guarantee is that find directory() would return the proper directory path based on the constant.4 The only guarantee is that find_directory() would return the proper directory path based on the constant. 5 5 6 This is why zipfile distribution of packages with hardcoded directories is "broken by design", and any app that doesn't use the find directory() constants to find system directories is also broken by design.6 This is why zipfile distribution of packages with hardcoded directories is "broken by design", and any app that doesn't use the find_directory() constants to find system directories is also broken by design. 7 7 8 8 Furthermore, any app that requires libs to be put in a specific directory as you suggest is very much broken by design.