diff options
Diffstat (limited to 'repo/core')
-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 +} + |