mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Change default RCS bin directory to /usr/local/bin/.
This commit is contained in:
parent
1c0d31565d
commit
64a1090d1b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ OWNERNAME = "GvR" # Name for feedback
|
|||
OWNEREMAIL = "guido@python.org" # Email for feedback
|
||||
HOMEURL = "http://www.python.org" # Related home page
|
||||
HOMENAME = "Python home" # Name of related home page
|
||||
RCSBINDIR = "/depot/gnu/plat/bin/" # Directory containing RCS commands
|
||||
RCSBINDIR = "/usr/local/bin/" # Directory containing RCS commands
|
||||
# (must end in a slash)
|
||||
|
||||
# Parameters you can normally leave alone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue