forked from pool/polkit-default-privs
- Fixed usage of %_fillupdir macro, needs to be passed to make install
such
that the file is installed into the right location. OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit-default-privs?expand=0&rev=254
This commit is contained in:
parent
5d555d4beb
commit
befca5299f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 24 09:35:28 UTC 2017 - matthias.gerstner@suse.com
|
||||||
|
|
||||||
|
- Fixed usage of %_fillupdir macro, needs to be passed to `make install` such
|
||||||
|
that the file is installed into the right location.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 23 13:40:08 UTC 2017 - rbrown@suse.com
|
Thu Nov 23 13:40:08 UTC 2017 - rbrown@suse.com
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ Authors:
|
|||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT fillupdir="%{_fillupdir}"
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
|
mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
|
||||||
> $RPM_BUILD_ROOT/etc/polkit-1/rules.d/90-default-privs.rules
|
> $RPM_BUILD_ROOT/etc/polkit-1/rules.d/90-default-privs.rules
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user