From f83262627b8cf9f3e5eaff680cfec1b167d12c51 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Feb 22 2020 00:47:08 +0000 Subject: Readd datadir configure option --- diff --git a/scummvm.spec b/scummvm.spec index 13e23ae..1d159e7 100644 --- a/scummvm.spec +++ b/scummvm.spec @@ -78,6 +78,7 @@ export CONFIGURE_NO_HOST=true # The disables are so that these don't accidently get build in when rebuilding # on a system with the necesarry deps installed. %configure \ + --datadir=%{_datadir}/%{name} \ --default-dynamic \ --enable-all-engines \ --enable-c++11 \