From 7d63344482622c89c193231b992007579974418c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 13 Mar 2016 10:30:28 +0000 Subject: [PATCH] fix the syntax --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index f997a655..d6bf4560 100755 --- a/debian/rules +++ b/debian/rules @@ -204,10 +204,10 @@ override_dh_auto_configure: preconfigure if test -d /tmp/; then \ ls /tmp/; \ fi - if test -d /tmp/cmake; then \ + if test -d /tmp/cmake; then \ ls /tmp/cmake; \ fi - if test -d /tmp/cmake/bin; then \ + if test -d /tmp/cmake/bin; then \ ls /tmp/cmake/bin; \ fi if test -d /tmp/cmake/bin/; then \