From 46f9435fa15a91c59b356a6f7b2a1c29275c6698 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 21 Feb 2022 20:39:49 +0000 Subject: fixed dash --- repo/util/dash.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util/dash.xibuild') 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 () { -- cgit v1.2.1