summaryrefslogtreecommitdiffstats
path: root/login-utils/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2013-09-27 14:02:58 +0200
committerKarel Zak2013-09-27 14:02:58 +0200
commitbccc956df3d254ddc10eda2fbcbb8890819e943a (patch)
tree2310d1a0e9c76f1a2d6fefa3f921d6b5fb36b29f /login-utils/Makemodule.am
parentpo: merge changes (diff)
downloadkernel-qcow2-util-linux-bccc956df3d254ddc10eda2fbcbb8890819e943a.tar.gz
kernel-qcow2-util-linux-bccc956df3d254ddc10eda2fbcbb8890819e943a.tar.xz
kernel-qcow2-util-linux-bccc956df3d254ddc10eda2fbcbb8890819e943a.zip
build-sys: fix lastb symlink
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'login-utils/Makemodule.am')
-rw-r--r--login-utils/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/Makemodule.am b/login-utils/Makemodule.am
index d382ccca5..c5e8c07ae 100644
--- a/login-utils/Makemodule.am
+++ b/login-utils/Makemodule.am
@@ -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