From 344b3ca89b0598b1af73da5c257ae1c5c7655f03 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 8 Jan 2013 02:48:30 +0000 Subject: [PATCH] for including powervm directory under share/xcat/tools, needs to use cp -r to copy the tools directory git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14791 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/xCAT-server.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index 98470d614..9f22d79bd 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -114,7 +114,7 @@ cp share/xcat/ca/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/ca chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/xcat/ca/* cp share/xcat/scripts/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/scripts -cp share/xcat/tools/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/tools +cp -r share/xcat/tools/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/tools cp share/xcat/rollupdate/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/rollupdate cp share/xcat/installp_bundles/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/installp_bundles cp share/xcat/image_data/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/image_data