Skip to content

Commit

Permalink
make lintian happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlomo Schapiro committed May 21, 2017
1 parent 1b63265 commit 61217fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
cp -r src build
cp -r DEBIAN build
V=$$(git rev-list HEAD | wc -l) ; sed -i -e "s/Version:.*/Version: $$V/" build/DEBIAN/control
git log | gzip -9 >build/usr/share/doc/kiosk-browser/changelog.gz
git log | gzip -n9 >build/usr/share/doc/kiosk-browser/changelog.gz
chmod -R g-w build
chmod 0440 build/etc/sudoers.d/kiosk-browser
/usr/sbin/visudo -c -f build/etc/sudoers.d/kiosk-browser
Expand All @@ -25,4 +25,4 @@ clean:
rm -fr out build

check_status:
@git diff-index --quiet HEAD -- || { echo ; git status -s ; echo -e "\nERROR: All changes must be comitted!\n" ; false ; }
@git diff-index --quiet HEAD -- || { echo ; git status -s ; echo -e "\nERROR: All changes must be comitted!\n" ; false ; }

0 comments on commit 61217fa

Please sign in to comment.