fix the syntax

This commit is contained in:
Sylvestre Ledru 2016-03-13 10:30:28 +00:00
parent 914af8e26f
commit 7d63344482

4
debian/rules vendored
View File

@ -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 \