change the order of the path declaration

This commit is contained in:
Sylvestre Ledru 2016-03-12 18:55:23 +00:00
parent 032fba6d17
commit 7db5a410d0

2
debian/rules vendored
View File

@ -208,7 +208,7 @@ override_dh_auto_configure: preconfigure
# if cmake is installed in /tmp/cmake/ uses it
# Used to build llvm on old ubuntu (precise) on the llvm.org/apt/ ci
if test -d /tmp/cmake/bin/; then \
export PATH=$$PATH:/tmp/cmake/bin; \
export PATH=/tmp/cmake/bin:$$PATH; \
fi
# TODO(axw) specify build type for CMake