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
|
autoreconf -ivf
|
||||||
# modules need to be explicitly enabled
|
# modules need to be explicitly enabled
|
||||||
%configure \
|
%configure \
|
||||||
--sysconfdir=/etc \
|
|
||||||
%if %{with_gtk_doc}
|
%if %{with_gtk_doc}
|
||||||
--enable-gtk-doc \
|
--enable-gtk-doc \
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user