blob: 449142fcfa21c6e2eed33c14fbc3899709bfd6cc [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
Brad Bishop316dfdd2018-06-25 12:45:53 -040011Index: OpenIPMI-2.0.24/cmdlang/Makefile.am
12===================================================================
13--- OpenIPMI-2.0.24.orig/cmdlang/Makefile.am
14+++ OpenIPMI-2.0.24/cmdlang/Makefile.am
15@@ -35,6 +35,7 @@ openipmish_LDADD = libOpenIPMIcmdlang.l
Brad Bishop6e60e8b2018-02-01 10:27:11 -050016 # 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: