Unlink ${SWIG_DIR}\INSTALL because it bites with /bin/install.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15047 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2006-10-20 15:59:50 +00:00
parent 96ce3a8d56
commit cc8d0c9163

View File

@ -549,6 +549,7 @@ function inst_swig() {
mv swigwin-* mydir
mv mydir/* .
rmdir mydir
rm INSTALL # bites with /bin/install
qpopd
fi
quiet swig -version || die "swig unavailable"