diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-04-22 15:40:49 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-04-24 16:35:33 -0400 |
commit | 649b869f76730da78fcd40dacf8da45166ebd750 (patch) | |
tree | 04849dc594488c0f5b842c38da0344e6b1a05747 /changes/bug_lib64-path-fix-for-bootstrap-script | |
parent | b2623678d53c27707ea38d222e3dfee0f171ed35 (diff) |
[bug] support /usr/lib64 python path for symlinks
On 64bit Fedora/RHEL systems the python path is /usr/lib64 instead of
/usr/lib like on Ubuntu systems. This fix allows those users to use the
bootstrap_develop.sh script.
Diffstat (limited to 'changes/bug_lib64-path-fix-for-bootstrap-script')
-rw-r--r-- | changes/bug_lib64-path-fix-for-bootstrap-script | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_lib64-path-fix-for-bootstrap-script b/changes/bug_lib64-path-fix-for-bootstrap-script new file mode 100644 index 00000000..4e4400c1 --- /dev/null +++ b/changes/bug_lib64-path-fix-for-bootstrap-script @@ -0,0 +1 @@ +- Bugfix: Fix the bootstrap script for developers so it works on Fedora/RHEL systems where there is /usr/lib64 for python libs. |