From: Prarit Bhargava <pra...@redhat.com>

redhat/Makefile.variables: Fix typo with RHDISTGIT_TMP

RHDISTGIT_TMP should be declared with "?=".

Signed-off-by: Prarit Bhargava <pra...@redhat.com>

diff --git a/redhat/Makefile.variables b/redhat/Makefile.variables
index blahblah..blahblah 100644
--- a/redhat/Makefile.variables
+++ b/redhat/Makefile.variables
@@ -144,7 +144,7 @@ ADD_COMMITID_TO_VERSION ?=
 
 # This variable is the directory in which the dist-git repo is cloned into.  
This
 # can be changed to a different directory for performance reasons.
-RHDISTGIT_TMP:=/tmp
+RHDISTGIT_TMP ?= /tmp
 
 # This variable is the local dist-git clone, and is used when dist-git is 
updated.
 RHDISTGIT_CACHE ?=

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2102
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/kernel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to