From 649b869f76730da78fcd40dacf8da45166ebd750 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 22 Apr 2015 15:40:49 -0300 Subject: [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. --- changes/bug_lib64-path-fix-for-bootstrap-script | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_lib64-path-fix-for-bootstrap-script (limited to 'changes') 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. -- cgit v1.2.3