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:
Kalev Lember 2019-07-19 11:32:30 +03:00
parent bcc3bab261
commit 061d7cf098
1 changed files with 0 additions and 1 deletions

View File

@ -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