Use plan9port var so we can set the location of p9p without having to change the $path

This commit is contained in:
Uriel 2008-09-17 02:40:24 +02:00
parent ca3c688c52
commit efc509ac12

View file

@ -11,7 +11,7 @@
plan9port=$PLAN9 plan9port=$PLAN9
# Path, make sure the plan9port /bin directory is included before /bin and /usr/bin # Path, make sure the plan9port /bin directory is included before /bin and /usr/bin
path=(. $PLAN9/bin ./bin/ /bin/ /usr/bin) path=(. $plan9port/bin ./bin/ /bin/ /usr/bin)
# Directory where your site(s) live ($site here is your domain name, eg., example.com) # Directory where your site(s) live ($site here is your domain name, eg., example.com)
sitedir=sites/$site sitedir=sites/$site