mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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…
Reference in a new issue