Upgrade to abiword-3.0.0
[hvlinux.git] / stage1 / create-symlinks
index 6116775..19fc73a 100755 (executable)
@@ -18,12 +18,14 @@ for link in ${source}/{bash,cat,echo,grep,pwd,sleep,stty}; do
     fi
 done
 
+# 'env' symlink is for glib
 source=/tools/bin
 target=${LFS}/usr/bin
-link=${source}/file
-if [ ! -L ${target}/$(basename ${link}) ]; then
-    ln -sv ${link} ${target}
-fi
+for link in ${source}/{env,file}; do
+    if [ ! -L ${target}/$(basename ${link}) ]; then
+        ln -sv ${link} ${target}
+    fi
+done
 
 source=/tools/lib
 target=${LFS}/usr/lib