diff --git a/tlnxbuild.sh b/tlnxbuild.sh index 343a6ce..474fc14 100755 --- a/tlnxbuild.sh +++ b/tlnxbuild.sh @@ -1,2 +1,2 @@ #!/bin/bash -cd $1 && spectool -g --directory SOURCES $1.spec && rpmbuild --define "_topdir `pwd`" -bb $1.spec +cd $1 && spectool -g --directory SOURCES $1.spec && rpmbuild --define "_topdir `pwd`" --define "debug_package %{nil}" --define "dist .tlnx0" -bb $1.spec