[packages/libutempter] fix symbolic links for new _libexecdir
atler
atler at pld-linux.org
Tue Apr 28 13:45:34 CEST 2020
commit da12133737c9fe134f1b4e3c79e6b68e30edc3cb
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Apr 28 13:45:05 2020 +0200
fix symbolic links for new _libexecdir
libutempter.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libutempter.spec b/libutempter.spec
index f18f6a8..92e5d14 100644
--- a/libutempter.spec
+++ b/libutempter.spec
@@ -106,8 +106,8 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_sbindir}
-ln -s %{_libdir}/utempter/utempter $RPM_BUILD_ROOT%{_sbindir}
-ln -s %{_libdir}/utempter/utmp-cleanup $RPM_BUILD_ROOT%{_sbindir}
+ln -s %{_libexecdir}/utempter/utempter $RPM_BUILD_ROOT%{_sbindir}
+ln -s %{_libexecdir}/utempter/utmp-cleanup $RPM_BUILD_ROOT%{_sbindir}
install -d $RPM_BUILD_ROOT/var/run
:> $RPM_BUILD_ROOT/var/run/utmp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libutempter.git/commitdiff/da12133737c9fe134f1b4e3c79e6b68e30edc3cb
More information about the pld-cvs-commit
mailing list