run LOCAL.INSTALL
This commit is contained in:
parent
5579b860db
commit
3b1a43f3df
5
INSTALL
5
INSTALL
@ -39,7 +39,10 @@ cd $PLAN9
|
|||||||
sh lib/moveplan9.sh
|
sh lib/moveplan9.sh
|
||||||
echo "Building web manual..."
|
echo "Building web manual..."
|
||||||
cd $PLAN9/dist; mk man
|
cd $PLAN9/dist; mk man
|
||||||
|
if [ -x LOCAL.INSTALL ]; then
|
||||||
|
echo "Running local modifications..."
|
||||||
|
./LOCAL.INSTALL
|
||||||
|
fi
|
||||||
|
|
||||||
echo "Done. "
|
echo "Done. "
|
||||||
echo " "
|
echo " "
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user