Skip to content

Commit

Permalink
Disable tar.gz file check on debian package build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Kauffman committed Nov 29, 2019
1 parent 91a9c79 commit 41251ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd znapzend-debian
git clone -b v0.19.0 https://github.com/oetiker/znapzend
cp -r debian/ znapzend
cd znapzend
debuild -us -uc
debuild --no-tgz-check -us -uc
```

Resulting packages are in parent directory

0 comments on commit 41251ec

Please sign in to comment.