2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 20:30:56 +00:00

Updated the spec file for xCAT-csm to place the csm post scripts in the directory and not a subdirectory. Removed the empty file.

This commit is contained in:
John Dunham
2016-11-17 08:45:56 -05:00
parent 5948dc1564
commit ddd9a12678
2 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
#example postscript for CSM

View File

@ -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