From b62bc679112c2a11cddfeda4e4d386f32fa9185f Mon Sep 17 00:00:00 2001 From: paltherr Date: Thu, 15 Jan 2004 17:58:59 +0000 Subject: - Fixed paths of archives in installers section --- support/scripts/website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- cgit v1.2.3