From 5c9c708a8430a616a8839e9f7de0e5e7a28b6337 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 871da75e..0f11b3b8 100755 --- a/debian/rules +++ b/debian/rules @@ -202,7 +202,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