From 27e5078eb802ff47f2e9e12ccd5bb5e5719016e0 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 11 Apr 2016 15:47:48 +1000 Subject: [PATCH] release.sh: fix paths --- scripts/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release.sh b/scripts/release.sh index c25eaa6..a3bafdc 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -431,8 +431,8 @@ process_module() { list_to="virglrenderer-devel@lists.freedesktop.org" host_current=$host_fdo - section_path=www/software/virgl - srv_path="/srv/$host_current/$section_path" + section_path=software/virgl + srv_path="/srv/$host_current/www/$section_path" # Use personal web space on the host for unit testing (leave commented out) # srv_path="~/public_html$srv_path"