run LOCAL.INSTALL

This commit is contained in:
rsc 2005-01-18 20:17:42 +00:00
parent 5579b860db
commit 3b1a43f3df

View file

@ -39,7 +39,10 @@ cd $PLAN9
sh lib/moveplan9.sh
echo "Building web manual..."
cd $PLAN9/dist; mk man
if [ -x LOCAL.INSTALL ]; then
echo "Running local modifications..."
./LOCAL.INSTALL
fi
echo "Done. "
echo " "