xbps.sh: remove $wrksrc/ltmain.sh before making the link.
--HG-- extra : convert_revision : 380e630bc66a54b08447bd0c636cec0c2cb93a08
This commit is contained in:
parent
abb748cf1e
commit
9c31a76231
1 changed files with 1 additions and 0 deletions
1
xbps.sh
1
xbps.sh
|
@ -565,6 +565,7 @@ fixup_tmpl_libtool()
|
|||
done
|
||||
|
||||
if [ -f $wrksrc/ltmain.sh ]; then
|
||||
$rm_cmd -f $wrksrc/ltmain.sh
|
||||
$ln_cmd -s $XBPS_MASTERDIR/share/libtool/config/ltmain.sh \
|
||||
$wrksrc/ltmain.sh
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue