Skip to content

Commit

Permalink
added missing .inc files to .deb, show number of contained files/folders
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jun 5, 2016
1 parent b143f39 commit 357a2ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions make_tgz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ echo
tar czf "$PACKAGE" -C ebusd-2.1.x/$LANG --exclude=./.* . || exit 1

echo
echo "Package created: $PACKAGE"
echo
echo "Content:"
tar tzvf "$PACKAGE"
files=`tar tzvf "$PACKAGE"|wc -l`
echo "Package created: $PACKAGE, $files files"

0 comments on commit 357a2ab

Please sign in to comment.