rgburke / wed

wed is a terminal text editor with key bindings commonly used in Windows based editors
GNU General Public License v2.0
77 stars 1 forks source link

respect $DESTDIR #1

Closed CamilleScholtz closed 8 years ago

CamilleScholtz commented 8 years ago

This would make it quite a bit easier for packages.

rgburke commented 8 years ago

Thanks for submitting this! I agree that wed should respect $DESTDIR. Before merging this I just wanted to check, should the commands that use $(WEDRUNTIME) also be changed to $(DESTDIR)$(WEDRUNTIME)?

CamilleScholtz commented 8 years ago

You are completely right, fixed.

TaylanTatli commented 8 years ago

Now it's working with PKGBUILD. Thanks.