summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/core/bash.xibuild4
1 files changed, 4 insertions, 0 deletions
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
+}
+