From 5869aef9d90b11d73d9fa5eb1291e8570e1b93c3 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Tue, 5 Aug 2025 18:00:57 +0300 Subject: [PATCH] Add tlnx macroses to command line --- tlnxbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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