Skip to content

Commit

Permalink
put tar in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jun 19, 2024
1 parent 76cedd1 commit 8d26021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildEclipse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ mkdir -p $SCRIPT_DIR/release
NAME=Eclipse-Groovy
case "${TYPE}" in
Windows*) MKPKG="7z a $SCRIPT_DIR/release/$NAME-$TYPE.zip $LOCATION/* ";;
*) MKPKG="cd $DOWNDIR;tar czf $SCRIPT_DIR/release/$NAME-$TYPE.tar.gz $BASEFILE/;cd ..";;
*) MKPKG="cd $DOWNDIR/$BASEFILE;tar czf $SCRIPT_DIR/release/$NAME-$TYPE.tar.gz *;cd ..";;
esac
echo "$MKPKG"
eval "$MKPKG"
Expand Down

0 comments on commit 8d26021

Please sign in to comment.