summaryrefslogtreecommitdiff
path: root/repo/core/bash.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-12-07 21:43:51 +0000
committerdavidovski <david@davidovski.xyz>2021-12-07 21:43:51 +0000
commit1661fbadfbabdf65a90c2a7ae7d7fd865406f4fc (patch)
tree488434a753334c55564202b88c3d0d213c94cd26 /repo/core/bash.xibuild
parent60e49d191a3d73a8d224d7133a4e1d66ee18b8b6 (diff)
linked bash to sh
Diffstat (limited to 'repo/core/bash.xibuild')
-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
+}
+