Make mklocalrepo.sh executable

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5531 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2010-03-19 16:54:56 +00:00
parent 99bea5bc1f
commit d3b8e3822f

View File

@ -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 ..