pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
24 stars 13 forks source link

enet: fix header installation path #113

Closed tpimh closed 7 months ago

tpimh commented 7 months ago

Currently, headers are installed under /usr/local/pspdev/psp/include/include/enet/, and should be under /usr/local/pspdev/psp/include/enet/.

This is a simple fix, and it shouldn't be needed after the next version of enet is released (https://github.com/lsalzman/enet/pull/82 got merged, so the headers will be installed with make install).

sharkwouter commented 7 months ago

Thanks for the PR, good find! Please increase the pkgrel as well, then we can merge it.

This is a breaking change to enet users, but I think this is worth doing, since it is clearly a bug.

tpimh commented 7 months ago

Updated now 😅

sharkwouter commented 7 months ago

Thanks for contributing!