From: W. Trevor King Date: Sun, 17 Apr 2011 01:26:02 +0000 (-0400) Subject: Fix /64c by installing with `--user` by default (vs. --prefix=${HOME}). X-Git-Tag: 1.1.0~206 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a7ad89a6ad7da55089e6f9a4cdd645b7079ee04e;p=be.git Fix /64c by installing with `--user` by default (vs. --prefix=${HOME}). This way users don't need to mess with PYTHONPATH. They'll still need to tweak PATH so they can find the be entry script. --- diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values index 24b22a0..6a2d2ce 100644 --- a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/64ccf451-b61c-491f-aa68-0ac1b5dbfa6d/values @@ -7,7 +7,7 @@ reporter: dietmarw severity: minor -status: open +status: fixed summary: Set default user paths according to PEP370 diff --git a/Makefile b/Makefile index fce6060..ca8e735 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,8 @@ RST2HTML = /usr/bin/rst2html #PATH = /usr/bin:/bin # must include sphinx-build for 'sphinx' target. -#PREFIX = /usr/local -PREFIX = ${HOME} -INSTALL_OPTIONS = "--prefix=${PREFIX}" +#INSTALL_OPTIONS = "--prefix=/usr/local" +INSTALL_OPTIONS = "--user" # Select the documentation you wish to build DOC = sphinx man