fix syntax/line break

This commit is contained in:
Praveen Arimbrathodiyil 2016-02-13 19:16:45 +05:30
parent b6f1bbfcc0
commit f656491a73

7
debian/rules vendored
View file

@ -11,9 +11,10 @@ override_dh_install:
dh_systemd_enable gitlab.target
dh_systemd_start gitlab.target
# Make sure we are installing all required files in debian/install
a=$(ls -1 | wc -l); b=$(cat debian/install |cut -d' ' -f1|grep -v\
debian |wc -l); if ! [ $(echo "$a" - "$b"|bc) -eq 5 ]; then \
echo "Install newly added files or adjust the count in debian/rules"; fi
a=$(ls -1 | wc -l); b=$(cat debian/install |cut -d' '\
-f1|grep -v debian |wc -l); if ! [ $(echo "$a" - "$b"|bc) -eq 5 ];\
then echo "Install newly added files or adjust the count in\
debian/rules"; exit 1;fi
override_dh_installinit:
dh_installinit --no-start