morpheus

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

commit 9eedaa33abed5df565dd3e4cefe369052e1caf56
parent f66d2198f8f801d38adf9cfca47cb84a08909ff0
Author: sin <sin@2f30.org>
Date:   Mon, 17 Feb 2014 16:37:09 +0000

Set up links properly

Diffstat:
Mpkgs/crossmusl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgs/crossmusl b/pkgs/crossmusl @@ -10,7 +10,7 @@ install() { cd $root/bin targets="ar as c++ g++ gcc ld ld.bfd nm objcopy objdump ranlib strip" for t in $targets; do - ln -sf /opt/cross/x86_64-linux-musl/bin/x86_64-linux-musl-$t $t + ln -sf ../opt/cross/x86_64-linux-musl/bin/x86_64-linux-musl-$t $t done ln -sf gcc cc cd -