release.sh: fix paths

macos/master
Dave Airlie 9 years ago
parent 61846f92fe
commit 27e5078eb8
  1. 4
      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"

Loading…
Cancel
Save