mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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
|
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 a new issue