Removed some of the more verbose build msgs in the spec files
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5800 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ed852fa97c
commit
2c711aed33
@ -121,7 +121,6 @@ chmod 644 $RPM_BUILD_ROOT/opt/xcat/xdsh/Context/*
|
||||
set +x
|
||||
cp -r lib/xcat/monitoring/* $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_monitoring
|
||||
chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_monitoring/*
|
||||
set -x
|
||||
|
||||
chmod 755 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_monitoring/samples
|
||||
chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_monitoring/samples/*
|
||||
@ -133,6 +132,7 @@ chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_schema/*
|
||||
|
||||
chmod 755 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_schema/samples
|
||||
chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_schema/samples/*
|
||||
set -x
|
||||
|
||||
|
||||
cp lib/xcat/shfunctions $RPM_BUILD_ROOT/%{prefix}/lib
|
||||
|
@ -94,7 +94,9 @@ tar -xf postscripts.tar
|
||||
rm postscripts.tar
|
||||
%endif
|
||||
|
||||
set +x
|
||||
chmod 755 $RPM_BUILD_ROOT/install/postscripts/*
|
||||
set -x
|
||||
|
||||
rm LICENSE.html
|
||||
mkdir -p postscripts/hostkeys
|
||||
|
Loading…
Reference in New Issue
Block a user