Correcting specified package type in error message (#58)

This commit is contained in:
Daniel Hoherd
2022-09-27 17:53:56 -04:00
committed by GitHub
parent c1c3b86652
commit f066cead02
+1 -1
View File
@@ -388,7 +388,7 @@ build_deb() {
cd $RELEASE_DIR
if [ ! -f "$PKG.tar.gz" ]; then
die "Cannot build RPM because $PKG.tar.gz does not exist"
die "Cannot build deb because $PKG.tar.gz does not exist"
fi
# Copy debian pkg files.