plan9port: builder.sh called install script twice, meaning a redundant recompile.

This commit is contained in:
Victor van Poppelen 2014-07-31 14:00:28 -04:00
parent d2efe7785e
commit f4c851f854

View File

@ -13,7 +13,6 @@ for p in $patches; do
patch -p1 < $p
done
./INSTALL -b
./INSTALL -r $out/plan9
export PLAN9=$out/plan9