From d3b8e3822fc9afaadefb465e27528574086a8924 Mon Sep 17 00:00:00 2001 From: bp-sawyers Date: Fri, 19 Mar 2010 16:54:56 +0000 Subject: [PATCH] Make mklocalrepo.sh executable git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5531 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- buildcore.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildcore.sh b/buildcore.sh index 668b871a6..a03ceb5aa 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -320,7 +320,9 @@ REPOFILE=`basename xCAT-*.repo` sed -e 's|baseurl=.*|baseurl=file://'`pwd`'|' $REPOFILE | sed -e 's|gpgkey=.*|gpgkey=file://'`pwd`'/repodata/repomd.xml.key|' > /etc/yum.repos.d/$REPOFILE cd - EOF2 -fi +chmod 775 mklocalrepo.sh + +fi # not AIX # Build the tarball cd ..