summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-01-15 17:58:59 +0000
committerpaltherr <paltherr@epfl.ch>2004-01-15 17:58:59 +0000
commitb62bc679112c2a11cddfeda4e4d386f32fa9185f (patch)
tree34d2508ae8448d6d52d3f58aca9af55b374a7a06
parent399482a6ba2e61f379703c05aeb47c6c39f0fdfa (diff)
downloadscala-b62bc679112c2a11cddfeda4e4d386f32fa9185f.tar.gz
scala-b62bc679112c2a11cddfeda4e4d386f32fa9185f.tar.bz2
scala-b62bc679112c2a11cddfeda4e4d386f32fa9185f.zip
- Fixed paths of archives in installers section
-rw-r--r--support/scripts/website.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/website.sh b/support/scripts/website.sh
index ad7da7b9b2..877f0cff9f 100644
--- a/support/scripts/website.sh
+++ b/support/scripts/website.sh
@@ -160,7 +160,7 @@ function website-print-xml-installers-add-archive() {
local suffix="$1"; shift 1;
local description="$1"; shift 1;
- local path="./distrib/"`basename $archive`;
+ local path="./distrib/files/"`basename $archive`;
$program-add-entry "$archive" "" "$description" "$path" "$suffix";
}