public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/netatalk/
Date: Sun, 11 Aug 2019 11:20:42 +0000 (UTC)	[thread overview]
Message-ID: <1565522395.f4dddef54185b157e38434cd482afef2e1b2ae42.soap@gentoo> (raw)

commit:     f4dddef54185b157e38434cd482afef2e1b2ae42
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:19:55 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:19:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dddef5

net-fs/netatalk: [QA] Fix missing trailing slash

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-fs/netatalk/netatalk-3.1.12.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-fs/netatalk/netatalk-3.1.12.ebuild b/net-fs/netatalk/netatalk-3.1.12.ebuild
index f5cb53b7a12..a6adead6ef8 100644
--- a/net-fs/netatalk/netatalk-3.1.12.ebuild
+++ b/net-fs/netatalk/netatalk-3.1.12.ebuild
@@ -144,11 +144,11 @@ pkg_postinst() {
 	for v in ${REPLACING_VERSIONS}; do
 		if [[ $(ver_test ${v} -lt 3) ]]; then
 			for fle in afp_signature.conf afp_voluuid.conf; do
-				if [[ -f "${ROOT}"etc/netatalk/${fle} ]]; then
-					if [[ ! -f "${ROOT}"var/lib/netatalk/${fle} ]]; then
+				if [[ -f "${ROOT}"/etc/netatalk/${fle} ]]; then
+					if [[ ! -f "${ROOT}"/var/lib/netatalk/${fle} ]]; then
 						mv \
-							"${ROOT}"etc/netatalk/${fle} \
-							"${ROOT}"var/lib/netatalk/
+							"${ROOT}"/etc/netatalk/${fle} \
+							"${ROOT}"/var/lib/netatalk/
 					fi
 				fi
 			done


             reply	other threads:[~2019-08-11 11:20 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-11 11:20 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-10-20 12:53 [gentoo-commits] repo/gentoo:master commit in: net-fs/netatalk/ Hans de Graaff
2023-10-13 14:14 Arthur Zamarin
2023-10-13  2:44 Sam James
2023-10-12 23:32 Sam James
2023-10-08  5:33 Sam James
2023-10-08  5:33 Sam James
2022-07-11  3:10 Sam James
2022-04-10 10:17 Sam James
2022-03-23  0:14 Sam James
2022-02-02  0:08 Sam James
2022-02-01  5:19 Sam James
2022-02-01  4:43 Sam James
2021-06-30 18:40 Sam James
2021-04-28 16:27 Matt Turner
2021-01-27  3:28 Sam James
2021-01-22 16:32 Mikle Kolyada
2020-08-22  8:04 Michał Górny
2020-06-11 13:49 David Seifert
2019-10-12 21:19 Mikle Kolyada
2019-08-01 20:01 Andreas Sturmlechner
2019-08-01 19:58 Mikle Kolyada
2019-06-05  6:48 Agostino Sarubbo
2019-02-15 18:42 Mart Raudsepp
2019-01-02 11:39 Justin Lecher
2019-01-02 11:39 Justin Lecher
2019-01-02 11:39 Justin Lecher
2017-11-26 23:11 David Seifert
2017-04-13 17:48 Michael Weber
2016-12-24 10:26 Agostino Sarubbo
2016-12-23 15:33 Justin Lecher
2016-12-18 16:30 Agostino Sarubbo
2016-12-18 16:25 Agostino Sarubbo
2016-12-05 15:02 Pacho Ramos
2016-10-26 16:53 Markus Meier
2016-10-23 20:53 Justin Lecher
2016-10-23 20:53 Justin Lecher
2016-10-02 12:37 Pacho Ramos
2016-05-11 17:53 Mike Frysinger
2016-03-18 19:11 Michał Górny
2016-01-07 10:38 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1565522395.f4dddef54185b157e38434cd482afef2e1b2ae42.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox