Use local rpmbuild/tmp as _tmppath
This commit is contained in:
parent
fbdfbf9363
commit
ca602fab71
@ -12,4 +12,5 @@ SIGN_OPT=--sign
|
|||||||
rpmbuild $SIGN_OPT --target noarch \
|
rpmbuild $SIGN_OPT --target noarch \
|
||||||
--define "template_name $NAME" \
|
--define "template_name $NAME" \
|
||||||
--define "_topdir $PWD/rpmbuild" \
|
--define "_topdir $PWD/rpmbuild" \
|
||||||
|
--define "_tmppath $PWD/rpmbuild/tmp" \
|
||||||
-bb templates.spec
|
-bb templates.spec
|
||||||
|
1
rpmbuild/tmp/.gitignore
vendored
Normal file
1
rpmbuild/tmp/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*
|
Loading…
Reference in New Issue
Block a user