summaryrefslogtreecommitdiff
path: root/filesystem/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem/build.sh')
-rw-r--r--filesystem/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystem/build.sh b/filesystem/build.sh
index adaa6ad..112d0cd 100644
--- a/filesystem/build.sh
+++ b/filesystem/build.sh
@@ -41,9 +41,9 @@ function package() {
mkdir -p "${d}"
chmod 0755 "${d}"
done
+ ln -sfr lib lib64
chmod 777 tmp
chmod 777 var/tmp
- ln -srf lib lib64
popd
}