From 9c31a76231cce0eedc37a72c39ae68b807e7c58d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 15 Oct 2008 02:19:31 +0200 Subject: [PATCH] xbps.sh: remove $wrksrc/ltmain.sh before making the link. --HG-- extra : convert_revision : 380e630bc66a54b08447bd0c636cec0c2cb93a08 --- xbps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xbps.sh b/xbps.sh index 27414707b4..0fbc242af2 100755 --- a/xbps.sh +++ b/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