morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit c24e0134ca2311a2e4cfe7d942db9e1e1df3b49a
parent 48fae9137f251be2e392fbbe1b0de29c0a34a72c
Author: sin <sin@2f30.org>
Date:   Fri, 28 Feb 2014 12:16:21 +0000

$top/stuff/bin does not exist anymore so don't add it to the PATH

Diffstat:
Mprepare-env | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prepare-env b/prepare-env @@ -11,5 +11,5 @@ optldflags="-s -Wl,--gc-sections -Wl,-z,relro,-z,now" optcflags="-fdata-sections -ffunction-sections -Os -g0 -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack" export optldflags optcflags -PATH=$root/opt/cross/x86_64-linux-musl/bin:$top/stuff/bin:$PATH +PATH=$root/opt/cross/x86_64-linux-musl/bin:$PATH export PATH