From 1661fbadfbabdf65a90c2a7ae7d7fd865406f4fc Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 7 Dec 2021 21:43:51 +0000 Subject: linked bash to sh --- repo/core/bash.xibuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repo/core/bash.xibuild b/repo/core/bash.xibuild index ab6e11e..5b5afd0 100644 --- a/repo/core/bash.xibuild +++ b/repo/core/bash.xibuild @@ -11,3 +11,7 @@ build () { make DESTDIR=$PKG_DEST install } +package () { + ln $PKG_DEST/usr/bin/bash $PKG_DEST/usr/bin/sh +} + -- cgit v1.2.1