From ddd9a1267815eb3d9beb53bb73394e7ae21a4513 Mon Sep 17 00:00:00 2001 From: John Dunham Date: Thu, 17 Nov 2016 08:45:56 -0500 Subject: [PATCH] Updated the spec file for xCAT-csm to place the csm post scripts in the directory and not a subdirectory. Removed the empty file. --- xCAT-csm/install/postscripts/csm_post | 1 - xCAT-csm/xCAT-csm.spec | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 xCAT-csm/install/postscripts/csm_post diff --git a/xCAT-csm/install/postscripts/csm_post b/xCAT-csm/install/postscripts/csm_post deleted file mode 100644 index bfad0d20e..000000000 --- a/xCAT-csm/install/postscripts/csm_post +++ /dev/null @@ -1 +0,0 @@ -#example postscript for CSM diff --git a/xCAT-csm/xCAT-csm.spec b/xCAT-csm/xCAT-csm.spec index 23c1a9b92..e0d993026 100644 --- a/xCAT-csm/xCAT-csm.spec +++ b/xCAT-csm/xCAT-csm.spec @@ -33,10 +33,10 @@ xCAT-csm provides Packages for installation of CSM nodes rm -rf %{buildroot} mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/ -mkdir -p $RPM_BUILD_ROOT/install/postscripts/csm/ +mkdir -p $RPM_BUILD_ROOT/install/postscripts/ cp csm* $RPM_BUILD_ROOT/%{prefix}/share/xcat/install/rh/ -cp install/postscripts/* $RPM_BUILD_ROOT/install/postscripts/csm/ +cp install/postscripts/* $RPM_BUILD_ROOT/install/postscripts/ %clean # This step does not happen until *after* the %files packaging below