[packages/autoconf] quote macro value in comparison
atler
atler at pld-linux.org
Sun Feb 14 12:55:03 CET 2021
commit 8f8724c473e58ac70972f4febca713dbdcf826d3
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Feb 14 12:52:58 2021 +0100
quote macro value in comparison
autoconf.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/autoconf.spec b/autoconf.spec
index b6c3dc7..4378910 100644
--- a/autoconf.spec
+++ b/autoconf.spec
@@ -55,7 +55,7 @@ Obsoletes: autoconf253
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%if %{_host_cpu} == "x32"
+%if "%{_host_cpu}" == "x32"
%define build_arch %{_target_platform}
%else
%define build_arch %{_host}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/autoconf.git/commitdiff/743c71c84f1076c7937a3c390efd40335550a986
More information about the pld-cvs-commit
mailing list