mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
parent
b741db607a
commit
952a9afae0
1 changed files with 7 additions and 7 deletions
14
INSTALL
14
INSTALL
|
@ -23,6 +23,13 @@ x-r)
|
||||||
exit 1
|
exit 1
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
|
||||||
|
echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
|
||||||
|
echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"
|
||||||
|
echo " "
|
||||||
|
echo "* Resetting $PLAN9/config"
|
||||||
|
rm -f config
|
||||||
|
|
||||||
PLAN9=`pwd` export PLAN9
|
PLAN9=`pwd` export PLAN9
|
||||||
PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH
|
PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH
|
||||||
case `uname` in
|
case `uname` in
|
||||||
|
@ -58,13 +65,6 @@ DragonFly|*BSD)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "+ Mailing list: https://groups.google.com/group/plan9port-dev"
|
|
||||||
echo "+ Issue tracker: https://github.com/9fans/plan9port/issues/"
|
|
||||||
echo "+ Submitting changes: https://github.com/9fans/plan9port/pulls"
|
|
||||||
echo " "
|
|
||||||
echo "* Resetting $PLAN9/config"
|
|
||||||
rm -f config
|
|
||||||
|
|
||||||
(
|
(
|
||||||
if [ `uname` = Linux ]; then
|
if [ `uname` = Linux ]; then
|
||||||
# On Linux, we use the kernel version to decide whether
|
# On Linux, we use the kernel version to decide whether
|
||||||
|
|
Loading…
Reference in a new issue