From 5936fc71e9b2d10bb884251d99796b9535805b2a Mon Sep 17 00:00:00 2001 From: soredake Date: Thu, 13 Oct 2016 22:00:11 +0300 Subject: eclass/{xorg-2,x-modular}: fix slash. Signed-off-by: Patrice Clement --- eclass/x-modular.eclass | 2 +- eclass/xorg-2.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 712ff6eb640f..2b68d9490d03 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -78,7 +78,7 @@ HOMEPAGE="https://www.x.org/wiki/" : ${SNAPSHOT:=no} # Set up SRC_URI for individual modular releases -BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/" +BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual" # @ECLASS-VARIABLE: MODULE # @DESCRIPTION: # The subdirectory to download source from. Possible settings are app, diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 387cbf18f57a..b7c7ba21c6fb 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -73,7 +73,7 @@ HOMEPAGE="https://www.x.org/wiki/" # @DESCRIPTION: # Set up SRC_URI for individual modular releases. If set to an empty # string, no SRC_URI will be provided by the eclass. -: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual/"} +: ${XORG_BASE_INDIVIDUAL_URI="https://www.x.org/releases/individual"} # @ECLASS-VARIABLE: XORG_MODULE # @DESCRIPTION: -- cgit v1.2.3-18-g5258