Fix release script
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
parent
4480129412
commit
f0e61d336f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ for i in $DIRS_NEED_PREFIX; do
|
|||
cd $i
|
||||
VERS=`cat VERSION`
|
||||
ARCHIVE=selinux-$i-$VERS.tar.gz
|
||||
git tag $i-$VERS > /dev/null 2>&1
|
||||
git tag selinux-$i-$VERS > /dev/null 2>&1
|
||||
git archive --format=tar --prefix=selinux-$i-$VERS/ selinux-$i-$VERS | gzip > ../$DEST/$ARCHIVE
|
||||
cd ..
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue