adjust file count

This commit is contained in:
Pirate Praveen 2018-05-09 16:21:54 +05:30
parent 855426d518
commit 48e83ad41e

View file

@ -1,6 +1,6 @@
ucount=$(ls -1a |grep -vx .git | wc -l)
dcount=$(cat debian/install |cut -d' ' -f1|grep -v debian |wc -l)
ignored=28
ignored=32
if ! [ $(echo "$ucount" - "$dcount"|bc) -eq $ignored ]; then
echo "Found new files added by upstream and not added to debian/install"
echo "Add them to debian/install or adjust 'ignored=${ignored}'"