From 7db5a410d0dc923f4fc36505d82cbbd33dfd2720 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 12 Mar 2016 18:55:23 +0000 Subject: [PATCH] change the order of the path declaration --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index df832d0b..4ad6542e 100755 --- a/debian/rules +++ b/debian/rules @@ -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