diff options
author | Sebastian Schmelzer | 2010-10-04 18:53:57 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2010-10-04 18:53:57 +0200 |
commit | fa6c215f7bac38b9bd9e43d55725a3066ff57fe3 (patch) | |
tree | 328dd1444dbeeefe64e718f6cbf4e69dd625b58b /tools | |
parent | add missing libraries (diff) | |
download | core-fa6c215f7bac38b9bd9e43d55725a3066ff57fe3.tar.gz core-fa6c215f7bac38b9bd9e43d55725a3066ff57fe3.tar.xz core-fa6c215f7bac38b9bd9e43d55725a3066ff57fe3.zip |
remove uclibc stuff - part II
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/installer | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/installer b/tools/installer index 9345c31b..6010b1e2 100755 --- a/tools/installer +++ b/tools/installer @@ -225,8 +225,8 @@ prepare_install() done ### deprecated.. ### - ln -sf ${SLX_BASE_PATH}/share/uclib-rootfs/lib/ld-uClibc.so.0 \ - ${PREPARE_INSTALL_TARGET}/lib/ld-uClibc.so.0 + #ln -sf ${SLX_BASE_PATH}/share/uclib-rootfs/lib/ld-uClibc.so.0 \ + # ${PREPARE_INSTALL_TARGET}/lib/ld-uClibc.so.0 echo -e " [${LightGreen}ok${NC}]" @@ -654,4 +654,4 @@ cleanup_tmpfiles #make_source_tarball gzip #make_source_tarball bzip2 #make_source_tarball lzma -#git_version
\ No newline at end of file +#git_version |