Add tlnx macroses to command line
This commit is contained in:
parent
f1e56aa3a8
commit
5869aef9d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue