From fceec0850dddbcb6b5d5c0c3f3eadd828cc15850 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 19 Jan 2013 20:20:12 +0100 Subject: [PATCH] Maint: Fixed location of web scripts --- maint/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/release b/maint/release index 4b5cdbb..429135e 100755 --- a/maint/release +++ b/maint/release @@ -8,6 +8,6 @@ git tag v$VERSION git push --tags git archive --format=tar --prefix=bex-$VERSION/ HEAD | gzip >$ARCHIVE scp $ARCHIVE atrey:~ftp/pub/local/mj/bex/ -ssh jw "bin/sync-ftp && cd www && bin/release-prog bex $VERSION" +ssh jw "bin/sync-ftp && cd web && bin/release-prog bex $VERSION" mkdir ~/archives/mj/bex mv $ARCHIVE ~/archives/mj/bex/ -- 2.39.2