Skip to content

Commit

Permalink
another build script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2cqr committed Oct 27, 2019
1 parent 448631e commit 935a009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/new_version
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ "$1" != "beta" ]; then
dpkg-buildpackage -rfakeroot -i -I
make clean
cd ..
tar -cvf cqrlog_$VERSION.deb.src.tar cqrlog*.orig.tar.gz cqrlog*.debian.tar.gz cqrlog*.debian.tar.xz cqrlog*.changes cqrlog*.dsc
tar -cvf cqrlog_$VERSION.deb.src.tar cqrlog*.orig.tar.gz cqrlog*.debian.tar.xz cqrlog*.changes cqrlog*.dsc
gzip -v9 cqrlog_$VERSION.deb.src.tar

pwd
Expand Down

0 comments on commit 935a009

Please sign in to comment.