mkinitcpio: fix installation.
--HG-- extra : convert_revision : 9df7a126ce61560d0acd63461a27678d3d7af70c
This commit is contained in:
parent
c87b042635
commit
0f511d0aa4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ do_install()
|
|||
{
|
||||
# mkinitcpio doesn't work with dash, uses bash specific stuff
|
||||
# even if the file mentions justs the contrary...
|
||||
. $XBPS_TMPLHELPDIR/replace-interpreter.sh
|
||||
. $XBPS_HELPERSDIR/replace-interpreter.sh
|
||||
replace_interpreter bash mkinitcpio
|
||||
|
||||
cd $wrksrc && ./install.sh $XBPS_DESTDIR/$pkgname-$version
|
||||
|
|
Loading…
Reference in a new issue