blob: 24348842486936a3471d63a2416f36c001231215 [file] [log] [blame]
Brad Bishop15ae2502019-06-18 21:44:24 -04001From 7854c60c92243adb14ea89e16fc226d2e47dd4f9 Mon Sep 17 00:00:00 2001
2From: Aws Ismail <aws.ismail@windriver.com>
3Date: Thu, 7 Jun 2012 16:00:13 -0400
4Subject: [PATCH] Fix symlink install error in cmdlang
Brad Bishop6e60e8b2018-02-01 10:27:11 -05005
Brad Bishop15ae2502019-06-18 21:44:24 -04006This patch fixes the error during the install stage when
7creating a symbolic link for opeipmish in openipmi/cmdlang
Brad Bishop6e60e8b2018-02-01 10:27:11 -05008
Brad Bishop15ae2502019-06-18 21:44:24 -04009Upstream-Status: Pending
10
11Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
12---
13 cmdlang/Makefile.am | 1 +
14 1 file changed, 1 insertion(+)
15
16diff --git a/cmdlang/Makefile.am b/cmdlang/Makefile.am
17index 0ca3827..d9a941f 100644
18--- a/cmdlang/Makefile.am
19+++ b/cmdlang/Makefile.am
20@@ -35,6 +35,7 @@ openipmish_LDADD = libOpenIPMIcmdlang.la \
Brad Bishop6e60e8b2018-02-01 10:27:11 -050021 # compatability.
22 install-data-local:
23 rm -f $(DESTDIR)$(bindir)/ipmish
24+ mkdir -p $(DESTDIR)$(bindir)/
25 $(LN_S) openipmish $(DESTDIR)$(bindir)/ipmish
26
27 uninstall-local: