summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-07-22 18:11:29 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-07-22 18:11:29 +0000
commita032dd80fe036ad859b77fc74c6163d1e2828f8a (patch)
tree1d6810b93475bcd887e44564e9cc7f5968fe1efc
parent1c7755f805473b39cd542abaa46be3d743414ff0 (diff)
downloadxine-lib-a032dd80fe036ad859b77fc74c6163d1e2828f8a.tar.gz
xine-lib-a032dd80fe036ad859b77fc74c6163d1e2828f8a.tar.bz2
updated upload path
CVS patchset: 327 CVS date: 2001/07/22 18:11:29
-rwxr-xr-xmisc/upload.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/upload.pl b/misc/upload.pl
index 8a87dea16..de28575d9 100755
--- a/misc/upload.pl
+++ b/misc/upload.pl
@@ -24,7 +24,7 @@
## begin configuration ######################################################
$UPLOAD_HOST = "xine.sourceforge.net";
-$UPLOAD_PATH = "/home/groups/xine/htdocs";
+$UPLOAD_PATH = "/home/groups/x/xi/xine/htdocs";
$INDEX_FILE = "download.html";
$FILE_SUBDIR = "files";
$TMP_DIR = "/tmp/xine-upload.$$";