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:
@ -1 +0,0 @@
|
||||
#example postscript for CSM
|
@ -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
|
||||
|
Reference in New Issue
Block a user