Use local rpmbuild for building the remplate rpm
This commit is contained in:
parent
35077e2aa9
commit
68a8c0bebc
@ -9,4 +9,7 @@ fi
|
||||
SIGN_OPT=--sign
|
||||
[ "$NO_SIGN" = "1" ] && SIGN_OPT=
|
||||
|
||||
rpmbuild $SIGN_OPT --target noarch --define "template_name $NAME" -bb templates.spec
|
||||
rpmbuild $SIGN_OPT --target noarch \
|
||||
--define "template_name $NAME" \
|
||||
--define "_topdir $PWD/rpmbuild" \
|
||||
-bb templates.spec
|
||||
|
1
rpmbuild/.gitignore
vendored
Normal file
1
rpmbuild/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*
|
Loading…
Reference in New Issue
Block a user