From d3d9348e740f78b80596465b40eb812cb62fc2a4 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 18 Oct 2011 02:38:11 +0000 Subject: [PATCH] give execution permission to postinstall scripts for sles git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@10811 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/xCAT-server.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xCAT-server/xCAT-server.spec b/xCAT-server/xCAT-server.spec index e595a0425..0d42fa14f 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -102,6 +102,9 @@ chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT_plugin/* cp lib/perl/xCAT/* $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT chmod 644 $RPM_BUILD_ROOT/%{prefix}/lib/perl/xCAT/* + +chmod 755 $RPM_BUILD_ROOT/%{prefix}/share/xcat/netboot/sles/*.postinstall + set -x # For now, don't ship these plugins - to avoid AIX dependency.