Skip to content

Commit

Permalink
Fix paths in dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Jan 20, 2009
1 parent 8355924 commit bc9f1bb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/scripts/dist.sh
Expand Up @@ -60,6 +60,5 @@ read -a PASSWORD -p "Enter PGP password (or ^C to skip signatures): "
echo $PASSWORD | gpg --batch --armor -b --passphrase-fd 0 -u $KEY_ID Botan-$VERSION.tgz
echo $PASSWORD | gpg --batch --armor -b --passphrase-fd 0 -u $KEY_ID Botan-$VERSION.tbz

mv Botan-$VERSION.tgz* $WEB_DIR/files/botan/archive/v1.7
mv Botan-$VERSION.tbz* $WEB_DIR/files/botan/archive/v1.7
mv -f log.txt $WEB_DIR/botan/log.txt
mv Botan-$VERSION.tgz* $WEB_DIR/files/botan/v1.8
mv Botan-$VERSION.tbz* $WEB_DIR/files/botan/v1.8

0 comments on commit bc9f1bb

Please sign in to comment.