diff --git a/src/VORONOI/Install.sh b/src/VORONOI/Install.sh index 310daa4637f0928f543839554df26cf6417141a2..a93b2cab7e2bc3abbd7a26efe32fe29d77475400 100755 --- a/src/VORONOI/Install.sh +++ b/src/VORONOI/Install.sh @@ -34,6 +34,7 @@ if (test $1 = 1) then if (test -e ../Makefile.package) then sed -i -e 's/[^ \t]*voronoi[^ \t]* //' ../Makefile.package + sed -i -e 's/[^ \t]*voro++[^ \t]* //' ../Makefile.package sed -i -e 's|^PKG_INC =[ \t]*|&-I../../lib/voronoi/includelink |' ../Makefile.package sed -i -e 's|^PKG_PATH =[ \t]*|&-L../../lib/voronoi/liblink |' ../Makefile.package sed -i -e 's|^PKG_LIB =[ \t]*|&-lvoro++ |' ../Makefile.package