copy the template files to the destination

This commit is contained in:
jjhua 2013-10-31 16:55:56 -04:00
parent 710b096765
commit 1e7149a25a

View File

@ -54,7 +54,7 @@ chmod 755 $RPM_BUILD_ROOT/%{prefix}/sbin/*
cp -a postscripts/* $RPM_BUILD_ROOT/install/postscripts
chmod 755 $RPM_BUILD_ROOT/install/postscripts/*
cp -a templates/mypostscript/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/templates
cp -a templates/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/templates
chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/xcat/templates/*
%clean