]> git.pld-linux.org Git - packages/libutempter.git/commitdiff
fix symbolic links for new _libexecdir
authorJan Palus <atler@pld-linux.org>
Tue, 28 Apr 2020 11:45:05 +0000 (13:45 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 28 Apr 2020 11:45:05 +0000 (13:45 +0200)
libutempter.spec

index f18f6a81fd12876b144866f6c11005e76c7561ac..92e5d141db4d09f7463b9dbc2207c085c7970b7e 100644 (file)
@@ -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
This page took 0.144399 seconds and 4 git commands to generate.