fix syntax/line break
This commit is contained in:
parent
b6f1bbfcc0
commit
f656491a73
1 changed files with 4 additions and 3 deletions
7
debian/rules
vendored
7
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue