mkinitcpio: fix installation.

--HG--
extra : convert_revision : 9df7a126ce61560d0acd63461a27678d3d7af70c
This commit is contained in:
Juan RP 2008-11-26 02:37:55 +01:00
parent c87b042635
commit 0f511d0aa4

View file

@ -18,7 +18,7 @@ do_install()
{ {
# mkinitcpio doesn't work with dash, uses bash specific stuff # mkinitcpio doesn't work with dash, uses bash specific stuff
# even if the file mentions justs the contrary... # even if the file mentions justs the contrary...
. $XBPS_TMPLHELPDIR/replace-interpreter.sh . $XBPS_HELPERSDIR/replace-interpreter.sh
replace_interpreter bash mkinitcpio replace_interpreter bash mkinitcpio
cd $wrksrc && ./install.sh $XBPS_DESTDIR/$pkgname-$version cd $wrksrc && ./install.sh $XBPS_DESTDIR/$pkgname-$version