diff options
author | davidovski <david@davidovski.xyz> | 2021-12-07 21:43:51 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-07 21:43:51 +0000 |
commit | 1661fbadfbabdf65a90c2a7ae7d7fd865406f4fc (patch) | |
tree | 488434a753334c55564202b88c3d0d213c94cd26 /repo | |
parent | 60e49d191a3d73a8d224d7133a4e1d66ee18b8b6 (diff) |
linked bash to sh
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/bash.xibuild | 4 |
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 +} + |