mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
* Add PATCH() to use Haiku-style directories instead of the defaults: /usr/local/etc/ccache.conf => /boot/system/settings/ccache.conf $HOME/.ccache/ccache.conf => /home/config/cache/ccache/ccache.conf $HOME/.ccache/ => /home/config/cache/ccache/ /usr/local/bin/ => /boot/home/config/non-packaged/bin/ * Create [/boot/system/]settings/ccache.conf as the system-wide configuration file with the "keep-old" label. * Pass "`finddir B_SYSTEM_SETTINGS_DIRECTORY`" as sysconfdir in order to have the short path displayed instead of the long one, in case the system-wide configuration file contains errors.