From 9b0e5ec27ec43e9598d4f61f854f4f8384a40b55 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Oct 01 2020 11:35:48 +0000 Subject: fix Makefile, install hcnmgr.8 --- diff --git a/powerpc-utils-1.3.8-hcnmgr.patch b/powerpc-utils-1.3.8-hcnmgr.patch index 1947b8c..dee3058 100644 --- a/powerpc-utils-1.3.8-hcnmgr.patch +++ b/powerpc-utils-1.3.8-hcnmgr.patch @@ -116,3 +116,17 @@ diff -up powerpc-utils-1.3.8/scripts/hcnmgr.me powerpc-utils-1.3.8/scripts/hcnmg #Log this scripts command line to syslog hcnlog INFO "$HCNCMD $*" +diff -up powerpc-utils-1.3.8/Makefile.am.me powerpc-utils-1.3.8/Makefile.am +--- powerpc-utils-1.3.8/Makefile.am.me 2020-10-01 13:33:29.444024403 +0200 ++++ powerpc-utils-1.3.8/Makefile.am 2020-10-01 13:34:08.284854506 +0200 +@@ -56,7 +56,8 @@ man_MANS = \ + man/nvsetenv.8 \ + man/ls-vscsi.8 \ + man/pseries_platform.8 \ +- man/update_flash_nv.8 ++ man/update_flash_nv.8 \ ++ man/hcnmgr.8 + + EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS) + +diff -up powerpc-utils-1.3.8/Makefile.in.me powerpc-utils-1.3.8/Makefile.in