From 7b9080b5f5fde0445ee01bf9b3e51a75a4fe5598 Mon Sep 17 00:00:00 2001 From: wanghuaz Date: Tue, 18 Oct 2011 02:46:24 +0000 Subject: [PATCH] give execution permission to postinstall scripts for sles git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10812 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 1efc871bb..5e8d6fcbd 100644 --- a/xCAT-server/xCAT-server.spec +++ b/xCAT-server/xCAT-server.spec @@ -104,6 +104,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.