TheLocehiliosan / yadm

Yet Another Dotfiles Manager
https://yadm.io/
GNU General Public License v3.0
4.94k stars 178 forks source link

Fix Makefile portability #389

Closed signed-log closed 2 years ago

signed-log commented 2 years ago

What does this PR do?

Permits a portable install without breaking $(PREFIX) (and the software altogether)

Previous Behavior

With the old version, that wasn't possible, as it would try to install the software in the worker folder, of course something denied on public instances.

New Behavior

Adding $(DESTDIR) before all paths ensure that you can install to another folder

Have tests been written for this change?

No

Have these commits been signed with GnuPG?

Yes


Please review yadm's Contributing Guide for best practices.

signed-log commented 2 years ago

Sorry, taken the wrong branch, closing