ingwarsw / tinyfugue

TinyFugue - Rebirth
Other
58 stars 33 forks source link

Import Alpine's patch for DESTDIR support #50

Closed VulpineAmethyst closed 2 years ago

VulpineAmethyst commented 2 years ago

This PR focuses on rewriting TinyFugue's install rules to make use of install(1) instead of the previous mkdir; chmod; cp system, and additionally carries with it support for DESTDIR at install-time. Fixes #15

ingwarsw commented 2 years ago

@Aerdan There is one issue with that PR.. It dont take into account symlinked versions.. Fix seems easy.. want to do it or I should?

VulpineAmethyst commented 2 years ago

Go ahead.