simplified, added info output

This commit is contained in:
john30
2017-12-17 10:35:28 +01:00
parent ab5c350d24
commit b73ea530fd
+4 -1
View File
@@ -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 "*************"
@@ -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"