summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-04-22 15:40:49 -0300
committerKali Kaneko <kali@leap.se>2015-04-24 16:35:33 -0400
commit649b869f76730da78fcd40dacf8da45166ebd750 (patch)
tree04849dc594488c0f5b842c38da0344e6b1a05747 /changes
parentb2623678d53c27707ea38d222e3dfee0f171ed35 (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')
-rw-r--r--changes/bug_lib64-path-fix-for-bootstrap-script1
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.