summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2012-08-24 17:43:13 +0200
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2012-08-24 17:43:13 +0200
commit793aa51deb0562f8b0d747e735a77f19178e5a99 (patch)
tree6292cdf788bd9d88e06367bfcfea917e95c545b8
parent7e55fc9e716673ea94ee7a18fd74a45fe6b10291 (diff)
Fix libdrm announce mail path
-rwxr-xr-xrelease.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.sh b/release.sh
index 580c2b9..8ed0d47 100755
--- a/release.sh
+++ b/release.sh
@@ -429,8 +429,8 @@ process_module() {
return 1
elif [ x"$section" = xdrm ]; then
host_current=$host_dri
- section_path=www/libdrm
- srv_path="/srv/$host_current/$section_path"
+ section_path=libdrm
+ srv_path="/srv/$host_current/www/$section_path"
list_cc=$list_dri_devel
else
echo "Error: section $section is not supported, only libdrm is."