Skip to content

Commit

Permalink
Merge pull request #12 from papamoose/notgz
Browse files Browse the repository at this point in the history
Disable tar.gz file check on debian package build.
  • Loading branch information
Gregy authored Dec 13, 2019
2 parents 39635c9 + 41251ec commit 3c8e2db
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 3c8e2db

Please sign in to comment.