From 70ed4a6b965857cc667877485053e8212e6e4bd6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 16 Oct 2019 16:04:23 -0400 Subject: [PATCH] macro fun --- efl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efl.spec b/efl.spec index 70c13c7..1502975 100644 --- a/efl.spec +++ b/efl.spec @@ -236,7 +236,7 @@ sed -i 's|ecore_sdl|ecore-sdl|g' %{buildroot}%{_libdir}/pkgconfig/elementary.pc sed -i 's|ecore_sdl|ecore-sdl|g' %{buildroot}%{_libdir}/pkgconfig/elementary-cxx.pc # yay pathing -%if %{__isa_bits} == 64 +%if 0%{?__isa_bits} == 64 mv %{buildroot}%{_datadir}/gdb/auto-load/usr/lib %{buildroot}%{_datadir}/gdb/auto-load%{_libdir} %endif