Avoid hardcoding sysconfdir
Just rely on %configure passing the correct value. This fixes the build for flatpak modules where sysconfdir is not /etc, but /app/etc.
This commit is contained in:
parent
bcc3bab261
commit
061d7cf098
@ -262,7 +262,6 @@ sed -i udisks/udisks2.conf.in -e "s/encryption=luks1/encryption=%{default_luks_e
|
||||
autoreconf -ivf
|
||||
# modules need to be explicitly enabled
|
||||
%configure \
|
||||
--sysconfdir=/etc \
|
||||
%if %{with_gtk_doc}
|
||||
--enable-gtk-doc \
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user