[Skiboot] [PATCH] external/gard: change gard manual page filename
Cédric Le Goater
clg at fr.ibm.com
Tue Jun 23 20:06:00 AEST 2015
This patch fixes :
commit 6c458a036949 ("external/gard: Install gard manual page")
which did not take into account the changes from :
commit 2e2fb4dfff5c ("Renaming to opal-gard and minus escaping")
Signed-off-by: Cédric Le Goater <clg at fr.ibm.com>
---
external/gard/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: skiboot.git/external/gard/Makefile
===================================================================
--- skiboot.git.orig/external/gard/Makefile
+++ skiboot.git/external/gard/Makefile
@@ -28,7 +28,7 @@ $(EXE): $(OBJS)
install: all
install -D gard $(DESTDIR)$(sbindir)/opal-gard
- install -D -m 0644 gard.1 $(DESTDIR)$(mandir)/man1/opal-gard.1
+ install -D -m 0644 opal-gard.1 $(DESTDIR)$(mandir)/man1/opal-gard.1
clean:
rm -f $(OBJS) $(EXE) *.d
More information about the Skiboot
mailing list