summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-23 23:41:41 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-23 23:41:41 +0400
commit2630fea9855066da9392418caa8b1a6ee38a8101 (patch)
treeada3060f2dd6c21d8eec1309fc7339eb93b0efe2
parent1e8d991009a97d27e0c8caffcdf59b4dcde0f121 (diff)
downloadllvm-toolchain-3.5-2630fea9855066da9392418caa8b1a6ee38a8101.tar.gz
Fixed logical error
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index f6b6d23..19acdd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -225,7 +225,7 @@ override_dh_auto_build:
# We run the build with the Asserts, new directory, make a symlink to make
# sure the rest still work
- cd $(TARGET_BUILD) \
+ cd $(TARGET_BUILD) && \
if test -d Release+Asserts -a ! -e Release; then \
ln -s Release+Asserts Release; \
fi