summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/util/dash.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/dash.xibuild b/repo/util/dash.xibuild
index c12f1e6..efa371e 100644
--- a/repo/util/dash.xibuild
+++ b/repo/util/dash.xibuild
@@ -14,7 +14,7 @@ build () {
package () {
make DESTDIR=$PKG_DEST install
- ln $PKG_DEST/usr/bin/dash $PKG_DEST/usr/bin/sh
+ ln -s dash $PKG_DEST/usr/bin/sh
}
postinstall () {