diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-06-26 18:13:56 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-06-26 18:13:56 +1000 |
| commit | 14a18b7611f2f65152b0e3e51dd4c17dc72f4a0e (patch) | |
| tree | 7098ef730f51c21480e62cc2c999f41983d47bc7 | |
| parent | 90f56fd598ceb753d2a045f5344cd333c5d8e11a (diff) | |
release.sh: fix tarball path for libinput
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
| -rwxr-xr-x | release.sh | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -552,13 +552,18 @@ process_module() { fi if [ x"$section" = xwayland ] || - [ x"$section" = xweston ] || - [ x"$section" = xlibinput ]; then + [ x"$section" = xweston ]; then host_current=$host_wayland section_path="releases" srv_path="/srv/$host_current/www/releases" list_to=$list_wayland unset list_cc + elif [ x"$section" = xlibinput ]; then + host_current=$host_fdo + section_path="software/libinput" + srv_path="/srv/$host_current/www/$section_path" + list_to=$list_wayland + unset list_cc fi # Use personal web space on the host for unit testing (leave commented out) |
