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

index ff5c80093b2fcae6a0a55e67f86bf07f4eac5bf3..e7f7d24915c91e6e0eac0f2daa3586e0b2035c49 100644 (file)
@@ -34,7 +34,7 @@ Bitmapy współdzielone między aplikacjami X.
 %{__autoheader}
 %{__automake}
 %configure \
-%ifnarch x32
+%if "%{_host_cpu}" != "x32"
        --host=%{_host} \
        --build=%{_host} \
 %endif
This page took 0.055186 seconds and 4 git commands to generate.