From ca602fab71b60637bccd775734760d774b8313fe Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Wed, 9 Nov 2011 16:43:21 +0100 Subject: [PATCH] Use local rpmbuild/tmp as _tmppath --- build_template_rpm | 1 + rpmbuild/tmp/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 rpmbuild/tmp/.gitignore diff --git a/build_template_rpm b/build_template_rpm index 543e698..b60641e 100755 --- a/build_template_rpm +++ b/build_template_rpm @@ -12,4 +12,5 @@ SIGN_OPT=--sign rpmbuild $SIGN_OPT --target noarch \ --define "template_name $NAME" \ --define "_topdir $PWD/rpmbuild" \ + --define "_tmppath $PWD/rpmbuild/tmp" \ -bb templates.spec diff --git a/rpmbuild/tmp/.gitignore b/rpmbuild/tmp/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/rpmbuild/tmp/.gitignore @@ -0,0 +1 @@ +*