diff --git a/tlnxbuild.sh b/tlnxbuild.sh index ec9ad98..f303d70 100755 --- a/tlnxbuild.sh +++ b/tlnxbuild.sh @@ -6,4 +6,4 @@ if ls *.patch > /dev/null 2> /dev/null; then cp -av *.patch SOURCES fi dnf builddep -y $1.spec -rpmbuild --define "_topdir `pwd`" --define "debug_package %{nil}" --define "dist .tlnx0" -bb $1.spec +rpmbuild --define "_topdir `pwd`" --define "debug_package %{nil}" --define "dist .tlnx0" -bb $1.spec || exit 1