-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you add a "DESTDIR" #5
Comments
For Windows? If not Windows, it's possible to specify a PREFIX when issuing make, like this: 'PREFIX=/opt make install'. If a prefix isn't supplied it defaults to /usr/local. That however will install the program in /usr/local/bin and the manual page in /usr/local/man/man1. Is this what you are asking for? |
No, as in $pkgdir
…On Sat, May 26, 2018, 4:30 PM Markus Uhlin ***@***.***> wrote:
For Windows? If not Windows, it's possible to specify a PREFIX when
issuing make, like this: PREFIX=/opt make. If a prefix isn't supplied it
defaults to /usr/local. That however will install the program in
/usr/local/bin and the manual page in /usr/local/man/man1. Is this what you
are asking for?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFD6iOHrkvVyKJmUimM4DQ54Z0HF3UPxks5t2btugaJpZM4UOMyR>
.
|
Not sure how you mean. Can you provide a diff? Or if you don't can for some reason I can do it but I only need to understand better. |
But doesn't specifying a PREFIX kind of do that? 'PREFIX=/path/to/dest make install'. I'll look into it further. |
No, it does not $destir/$prefix
As in pkg/usr
…On Sun, May 27, 2018, 6:39 AM Markus Uhlin ***@***.***> wrote:
But doesn't specifying a PREFIX kind of do that? 'PREFIX=/path/to/dest
make install'. I'll look into it further.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFD6iCttNngY5qp1lXq-n-iXoINJbSZMks5t2oJpgaJpZM4UOMyR>
.
|
Ah, ok. Think I understand now. Will fix it. |
Hmm. On the other hand isn't it just to include the destdir as part of the prefix? I might be wrong. All directories in the PREFIX should be created automatically if non-existent... |
PREFIX=/usr make DESTDIR="$pkgdir/" install
…On Sun, May 27, 2018 at 10:30 AM, Markus Uhlin ***@***.***> wrote:
Hmm. On the other hand isn't it just to include the destdir as part of the
prefix? I might be wrong. All directories in the PREFIX should be created
automatically if non-existent...
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFD6iL_kFFAp6O8L9M2GB7D4oVSfPratks5t2riegaJpZM4UOMyR>
.
|
Pushed a new commit regarding DESTDIR. Hopefully it does what you want... |
Can you confirm if it does what you want now? |
It works wonderfully and now i'm going to push it to the aur |
Very good to hear. Then I close this thread now. |
No description provided.
The text was updated successfully, but these errors were encountered: