diff options
author | davidovski <david@davidovski.xyz> | 2022-02-21 20:38:23 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-21 20:38:23 +0000 |
commit | e6d87da3fba638080f1c43d8930b09e462d0e040 (patch) | |
tree | 4d6044bd5f37e75f21dc5ddd8c004a66a344a8dc /repo/util/bash.xibuild | |
parent | 659a17748c93c6523d2266511f4a5013a2c335be (diff) |
added dash
Diffstat (limited to 'repo/util/bash.xibuild')
-rw-r--r-- | repo/util/bash.xibuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild index 8e1a3d8..15f0f89 100644 --- a/repo/util/bash.xibuild +++ b/repo/util/bash.xibuild @@ -14,7 +14,9 @@ build () { package () { make DESTDIR=$PKG_DEST install - ln $PKG_DEST/usr/bin/bash $PKG_DEST/usr/bin/sh + + # favouring dash as /bin/sh + #ln $PKG_DEST/usr/bin/bash $PKG_DEST/usr/bin/sh } postinstall () { |