]> git.pld-linux.org Git - packages/xorg-data-xcursor-themes.git/commitdiff
- fixed x32 condition (arch is noarch, need to check _host_cpu) master auto/th/xorg-data-xcursor-themes-1.0.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Mar 2023 18:58:15 +0000 (19:58 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 1 Mar 2023 18:58:15 +0000 (19:58 +0100)
xorg-data-xcursor-themes.spec

index ffe4b954f87a42539417c07d91c9528776d22ffb..a2175a30221b4ddd74fa0896be32f4a0b54a8690 100644 (file)
@@ -74,7 +74,7 @@ Motyw kursorów "whiteglass" dla X11.
 %{__autoconf}
 %{__automake}
 %configure \
-%ifnarch x32
+%if "%{_host_cpu}" != "x32"
        --host=%{_host} \
        --build=%{_host}
 %endif
This page took 0.145068 seconds and 4 git commands to generate.