blob: 9a568b2b2242d52ec8ee3019f826e82d2091919c [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001Author: Aws Ismail <aws.ismail@windriver.com>
2Date: Thu Jun 7 16:00:13 2012 -0400
3
4 This patch fixes the error during the install stage when
5 creating a symbolic link for opeipmish in openipmi/cmdlang
6
7 Upstream-Status: Pending
8
9 Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
10
11diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am
12index 92d6e83..f6039f9 100644
13--- a/cmdlang/Makefile.am
14+++ b/cmdlang/Makefile.am
15@@ -36,6 +36,7 @@ CLEANFILES = libOpenIPMIcmdlang.map
16 # compatability.
17 install-data-local:
18 rm -f $(DESTDIR)$(bindir)/ipmish
19+ mkdir -p $(DESTDIR)$(bindir)/
20 $(LN_S) openipmish $(DESTDIR)$(bindir)/ipmish
21
22 uninstall-local: