neilbrown / wiggle

apply rejected patches and perform word-wise diffs
http://neil.brown.name/wiggle
GNU General Public License v2.0
91 stars 8 forks source link

Add a PREFIX variable so one can easily install wiggle into a different tree #4

Closed ankon closed 10 years ago

ankon commented 10 years ago

Main use-case here: make install PREFIX=$HOME, to have it install into the user's $HOME directory.

neilbrown commented 10 years ago

On Tue, 13 May 2014 16:11:42 -0700 Andreas Kohn notifications@github.com wrote:

Main use-case here: make install PREFIX=$HOME, to have it install into the user's $HOME directory. You can merge this Pull Request by running:

git pull https://github.com/ankon/wiggle allow-prefix-on-make

Or you can view, comment on it, or merge it online at:

https://github.com/neilbrown/wiggle/pull/4

-- Commit Summary --

  • Add a PREFIX variable so one can easily install wiggle into a different tree

-- File Changes --

M Makefile (5)

-- Patch Links --

https://github.com/neilbrown/wiggle/pull/4.patch https://github.com/neilbrown/wiggle/pull/4.diff


Reply to this email directly or view it on GitHub: https://github.com/neilbrown/wiggle/pull/4

Thanks for this and the other patch - both pulled.

NeilBrown

ankon commented 10 years ago

Thank you for wiggle actually ... couldn't work without it anymore :)