[packages/tclxml] - bare words are not supported, use quotes
baggins
baggins at pld-linux.org
Sat Aug 2 17:35:21 CEST 2025
commit b59ba1af2bfb2e3f005342255b7fabecb025a87f
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Aug 2 17:34:53 2025 +0200
- bare words are not supported, use quotes
tclxml.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tclxml.spec b/tclxml.spec
index 6e9454a..57f7de5 100644
--- a/tclxml.spec
+++ b/tclxml.spec
@@ -31,7 +31,7 @@ innych implementacji analizatora bez zmian w kodzie aplikacji.
%build
%configure \
-%if %{_lib} == "lib64"
+%if "%{_lib}" == "lib64"
--enable-64bit \
%endif
--enable-threads
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tclxml.git/commitdiff/b59ba1af2bfb2e3f005342255b7fabecb025a87f
More information about the pld-cvs-commit
mailing list