From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21DF3139360 for ; Fri, 6 Aug 2021 21:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64CEEE0997; Fri, 6 Aug 2021 21:09:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 498A1E0997 for ; Fri, 6 Aug 2021 21:09:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 402A333BE5A for ; Fri, 6 Aug 2021 21:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4996851 for ; Fri, 6 Aug 2021 21:09:30 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1628284143.799b0ed2ef39e49b56f0204bc8db52d0353b1e63.dilfridge@gentoo> Subject: [gentoo-commits] proj/locale-gen:master commit in: / X-VCS-Repository: proj/locale-gen X-VCS-Files: locale-gen X-VCS-Directories: / X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 799b0ed2ef39e49b56f0204bc8db52d0353b1e63 X-VCS-Branch: master Date: Fri, 6 Aug 2021 21:09:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8ebcfbe5-3961-4746-b555-cbaea4b70ede X-Archives-Hash: 499a2789b9a8562165823d04a64d4ffb commit: 799b0ed2ef39e49b56f0204bc8db52d0353b1e63 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Aug 6 21:09:03 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Aug 6 21:09:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/locale-gen.git/commit/?id=799b0ed2 Ensure DESTDIR ends with a / Bug: https://bugs.gentoo.org/779790 Signed-off-by: Andreas K. Hüttel gentoo.org> locale-gen | 1 + 1 file changed, 1 insertion(+) diff --git a/locale-gen b/locale-gen index b41258f..264cd23 100755 --- a/locale-gen +++ b/locale-gen @@ -127,6 +127,7 @@ if [[ ${EROOT} != "/" ]] ; then fi if [[ -n ${DESTDIR} ]] ; then + DESTDIR="${DESTDIR%/}/" einfo "Building locales in DESTDIR '${DESTDIR}'" else DESTDIR=${EROOT}