eclass/webapp.eclass: fix install with EAPI=7
authorConrad Kostecki <conrad@kostecki.com>
Tue, 19 Feb 2019 21:03:09 +0000 (22:03 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 21 Feb 2019 10:29:09 +0000 (11:29 +0100)
commitc317f1194eeb7e9b10fa7f8845b62d0d575a1733
tree02d94f43fea930a2afd3773d43538b8e27db4ea8
parentebd07bbe21eef6c1759a6c70962993f1128ea4d8
eclass/webapp.eclass: fix install with EAPI=7

Starting with EAPI=7 the ROOT variable does not contain any trailing
slash anymore, so it need's to be adjusted to work with EAPI=7, while
maintaining compatibility with older EAPI.

Closes: https://bugs.gentoo.org/671258
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11112
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/webapp.eclass