Skip to content

Commit

Permalink
simplified, added info output
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Dec 17, 2017
1 parent ab5c350 commit b73ea53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ EOF
chmod 755 $RELEASE/DEBIAN/postinst

dpkg -b $RELEASE || exit 1
mv ebusd-$VERSION.deb "../${PACKAGE}.deb" || exit 1
mv $RELEASE.deb "../${PACKAGE}.deb" || exit 1

echo
echo "*************"
Expand All @@ -119,5 +119,8 @@ rm -rf "$BUILD"
echo
echo "Package created: ${PACKAGE}.deb"
echo
echo "Info:"
dpkg --info "${PACKAGE}.deb"
echo
echo "Content:"
dpkg -c "${PACKAGE}.deb"

0 comments on commit b73ea53

Please sign in to comment.