From 662183de86dec9cd197e3e139287ad790c3fe1b2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Feb 13 2019 10:51:22 +0000 Subject: debug --- diff --git a/wesnoth.spec b/wesnoth.spec index 021fa79..8846ccf 100644 --- a/wesnoth.spec +++ b/wesnoth.spec @@ -99,10 +99,19 @@ This package contains the data files for Wesnoth. scons wesnoth wesnothd campaignd prefix=%{_prefix} \ bindir=%{_bindir} \ libdir=%{_libdir} \ + boostdir=%{_includedir} \ + boostlibdir=%{_libdir} \ localedirname=locale \ python_site_packages_dir=%{python_sitelib}/%{name} \ extra_flags_release="$RPM_OPT_FLAGS $RPM_LD_FLAGS" \ - %{?_smp_mflags} + %{?_smp_mflags} || +( + ls -l + ls -l /app + ls -l /app/include + ls -l /app/lib64 + exit 1 +) %install scons install install-pytools destdir=$RPM_BUILD_ROOT