From 3cb83745225be44518a73ef56f51c14c6cf95652 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 6 Jun 2008 21:40:18 +0000 Subject: [PATCH] -Fix 2.1 spec file for xCAT-server git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1594 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/xCAT-server.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index 09a10a1fa..26c6a6bbf 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -27,7 +27,7 @@ Provides: xCAT-server = %{version} xCAT-server provides the core server and configuration management components of xCAT. This package should be installed on your management server %prep -n xCAT-server -%setup -q +%setup -q -n xCAT-server %build %install rm -rf $RPM_BUILD_ROOT @@ -54,6 +54,7 @@ cp -hpR share/xcat/netboot/* $RPM_BUILD_ROOT/%{prefix}/share/xcat/netboot/ %endif %ifos linux +pwd cp -d sbin/* $RPM_BUILD_ROOT/%{prefix}/sbin chmod 755 $RPM_BUILD_ROOT/%{prefix}/sbin/* cp -d bin/* $RPM_BUILD_ROOT/%{prefix}/bin