summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2023-12-25 19:11:23 +0300
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2023-12-26 19:29:20 +0000
commitb27708cc9a6c76c4656922f32247aee61bdeb2ab (patch)
tree39cabb53a877d4cebe5056d4a139030461c5df15
parent1d52959bfefc792215605b5386d8a66cfa8d382a (diff)
downloadtde-packaging-gentoo-b27708cc9a6c76c4656922f32247aee61bdeb2ab.tar.gz
tde-packaging-gentoo-b27708cc9a6c76c4656922f32247aee61bdeb2ab.zip
trinity-base-2.eclass: fix an old typo
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r--eclass/trinity-base-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/trinity-base-2.eclass b/eclass/trinity-base-2.eclass
index 10119a99..90477e9e 100644
--- a/eclass/trinity-base-2.eclass
+++ b/eclass/trinity-base-2.eclass
@@ -146,7 +146,7 @@ if [[ "${BUILD_TYPE}" == "live" ]]; then
esac
#set some variables
- EGIT_REPO_URI="${TRINITY_GIT_MIRROR:=https://mirror.git.trinitydesktop.org/gitea/TDE/${TRINITY_MODULE_NAME}}"
+ EGIT_REPO_URI="${TRINITY_GIT_MIRROR:=https://mirror.git.trinitydesktop.org/gitea/TDE}/${TRINITY_MODULE_NAME}"
EGIT_BRANCH="${TRINITY_GIT_BRANCH:=master}"
# S="${WORKDIR}/${TRINITY_MODULE_NAME}"