Skip to content

Commit

Permalink
- Argh... test before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Rethans committed Oct 10, 2002
1 parent 6934366 commit 38b52fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makedist
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ done

cd $MY_OLDPWD
$ECHO_N "makedist: making gzipped tar archive...$ECHO_C"
rm -f $ARCHIVE.tar.gz
rm -f $ARCHIVE.gz
tar cf $ARCHIVE $PKG-$VER || exit 8
gzip -9 $ARCHIVE || exit 9
echo ""

$ECHO_N "makedist: making bz2zipped tar archive...$ECHO_C"
rm -f $ARCHIVE.tar.bz2
rm -f $ARCHIVE.bz2
tar cf $ARCHIVE $PKG-$VER || exit 10
bzip2 -9 $ARCHIVE || exit 11
echo ""
Expand Down

0 comments on commit 38b52fd

Please sign in to comment.