Avoid using bindir macro in BRs
It breaks flatpak builds where the app build prefix (/app) is not the same as BR build prefix (/usr).
This commit is contained in:
parent
2b5ce3c229
commit
33bd1523ca
@ -21,10 +21,10 @@ BuildRequires: pkgconfig(libnotify) >= 0.7
|
||||
BuildRequires: pkgconfig(liblzma) >= 5.0.5
|
||||
BuildRequires: pkgconfig(libsystemd) >= 209
|
||||
BuildRequires: gettext
|
||||
BuildRequires: %{_bindir}/xsltproc
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: %{_bindir}/desktop-file-validate
|
||||
BuildRequires: %{_bindir}/appstream-util
|
||||
BuildRequires: /usr/bin/desktop-file-validate
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
|
||||
Requires: udisks2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user