diff options
Diffstat (limited to 'repo/util/dash.xibuild')
-rw-r--r-- | repo/util/dash.xibuild | 2 |
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 () { |