summaryrefslogtreecommitdiff
path: root/scripts/makerelease.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makerelease.sh')
-rwxr-xr-xscripts/makerelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makerelease.sh b/scripts/makerelease.sh
index 8ecf531..58f6039 100755
--- a/scripts/makerelease.sh
+++ b/scripts/makerelease.sh
@@ -92,8 +92,8 @@ if [ "x$AUTOMATIC" != "xyes" ]; then
fi
if [ "x$PUBLISH" = "xyes" ]; then
- scp $RELEASENAME.tar.gz distfiles.atheme.org:/var/www/distfiles.atheme.org/
- scp $RELEASENAME.tar.bz2 distfiles.atheme.org:/var/www/distfiles.atheme.org/
+ scp $RELEASENAME.tgz distfiles-master.atheme.org:/srv/distfiles
+ scp $RELEASENAME.tbz2 distfiles-master.atheme.org:/srv/distfiles
echo
echo "The releases have been published, and will be available to the entire"