kfogel / OneTime

An open source encryption program that uses the "one-time pad" method.

Home Page:http://red-bean.com/onetime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Prefix Specification

DomT4 opened this issue · comments

Can OneTime be changed to fit make prefix specification?

Currently if you wish to change where it does make install you have to edit the makefile, but this isn't terribly convenient from the command line.

Would it be possible to move towards

make install DESTDIR=#{prefix}

or

make install prefix=#{prefix}

instead?

Dominyk Tiller notifications@github.com writes:

Can OneTime be changed to fit make prefix specification?

Currently if you wish to change where it does make install you have
to edit the makefile, but this isn't terribly convenient from the
command line.

Would it be possible to move towards

make install DESTDIR=#{prefix}

or

make install prefix=#{prefix}

instead?

I'd be okay with that. Can you write the patch and submit it as (as a
patch or as a pull request, whichever is more convient for you)?

Best,
-Karl

Extremely belatedly, I have created a PR to fix this.

Thanks! I see the PR in issue #12, and have commented there about the reason for my delay in responding.