bash: make /bin/sh symlink after install.
--HG-- extra : convert_revision : 73f6a4f20ed25500a11cd94ed532cbf395c582ed
This commit is contained in:
parent
dba678e065
commit
17185fb761
7
templates/bash-runstuff-after-install.sh
Normal file
7
templates/bash-runstuff-after-install.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#
|
||||||
|
# Make /bin/bash -> /bin/sh symlink.
|
||||||
|
#
|
||||||
|
|
||||||
|
if [ -x $XBPS_DESTDIR/$pkgname-$version/bin/bash ]; then
|
||||||
|
cd $XBPS_DESTDIR/$pkgname-$version/bin && ln -s bash sh
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user