2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 13:21:12 +00:00

Set permissions on RPMs.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3868 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott
2009-07-23 12:05:55 +00:00
parent b33aca8550
commit 54691a819d

View File

@@ -115,9 +115,12 @@ cp ./../../../xcat-dep/trunk/AIX/README $RPMDIR/
# make the default required RPM tar.gz file
ls *.rpm > $RPMDIR/flist
chmod +x $RPMDIR/instoss
echo "README" >> $RPMDIR/flist
echo "instoss" >> $RPMDIR/flist
chmod 664 $RPMDIR/*
chmod +x $RPMDIR/instoss
tar -cvf $RPMDIR/dep-aix-$VER-$SNAP.tar -L $RPMDIR/flist
gzip $RPMDIR/dep-aix-$VER-$SNAP.tar