You are not logged in.

#1 2010-10-21 22:03:06

Slax
Member
Registered: 2010-08-11
Posts: 39

`make install` copies to /usr/local/bin

And /usr/local/bin is apparently not on the default arch $PATH.

This is odd becauase /usr/local/bin is the $bindir apparently for make by default.

Offline

#2 2010-10-21 22:19:19

ChoK
Member
From: France
Registered: 2008-10-01
Posts: 346

Re: `make install` copies to /usr/local/bin

echo 'export PATH="${PATH}:/usr/local/bin:/usr/local/sbin"' > /etc/profile.d/local-bin.sh && chmod a+x /etc/profile.d/local-bin.sh

But you really should use a PKGBUILD instead of make install so pacman can keep track of your packages in the system.


Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry

Offline

Board footer

Powered by FluxBB