]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix lastb symlink
authorKarel Zak <kzak@redhat.com>
Fri, 27 Sep 2013 12:02:58 +0000 (14:02 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 27 Sep 2013 12:02:58 +0000 (14:02 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/Makemodule.am

index d382ccca5cd6169947c19e0be60d787fac09d3bd..c5e8c07ae27728c660bf67f659ff3e4f1b52adba 100644 (file)
@@ -8,7 +8,7 @@ last_SOURCES = login-utils/last.c lib/strutils.c
 last_LDADD = $(LDADD) libcommon.la
 
 install-exec-hook-last:
-       cd $(DESTDIR)$(usrsbin_execdir) && ln -sf last lastb
+       cd $(DESTDIR)$(usrbin_execdir) && ln -sf last lastb
 
 INSTALL_EXEC_HOOKS += install-exec-hook-last
 endif