run LOCAL.INSTALL
This commit is contained in:
parent
5579b860db
commit
3b1a43f3df
1 changed files with 4 additions and 1 deletions
5
INSTALL
5
INSTALL
|
|
@ -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 " "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue