forked from pool/utempter
Accepting request 831927 from home:msmeissn:branches:Base:System
- fixed utempter location after libexecdir change (bsc#1175925) OBS-URL: https://build.opensuse.org/request/show/831927 OBS-URL: https://build.opensuse.org/package/show/Base:System/utempter?expand=0&rev=35
This commit is contained in:
parent
53cd725363
commit
f83f08a47f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 15:52:03 UTC 2020 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- fixed utempter location after libexecdir change (bsc#1175925)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 12:15:39 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -67,7 +67,7 @@ package contains the library used by applications.
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags} -fPIC" CC="gcc"
|
||||
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags} -fPIC" CC="gcc" libexecdir=%{_libexecdir}
|
||||
|
||||
%install
|
||||
export DESTDIR=%{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user