diff options
author | davidovski <david@davidovski.xyz> | 2022-02-21 20:39:49 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-21 20:39:49 +0000 |
commit | 46f9435fa15a91c59b356a6f7b2a1c29275c6698 (patch) | |
tree | 81c285f1316e9168da75d5124d065719b02bfeb4 /repo/util | |
parent | e6d87da3fba638080f1c43d8930b09e462d0e040 (diff) |
fixed dash
Diffstat (limited to 'repo/util')
-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 () { |