public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-udev/
Date: Mon, 18 Apr 2011 06:20:44 +0000 (UTC)	[thread overview]
Message-ID: <3ffe7423dfbd9e0d843c84ac5f7785baea8962a0.mgorny@gentoo> (raw)

commit:     3ffe7423dfbd9e0d843c84ac5f7785baea8962a0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 18 06:20:38 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 18 06:20:38 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=3ffe7423

sys-apps/systemd-udev: Fix sed call.

(Portage version: 2.2.0_alpha29_p5/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 sys-apps/systemd-udev/Manifest                     |    8 ++++----
 ...-udev-167.ebuild => systemd-udev-167-r1.ebuild} |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-apps/systemd-udev/Manifest b/sys-apps/systemd-udev/Manifest
index 1af5d79..3aedf0d 100644
--- a/sys-apps/systemd-udev/Manifest
+++ b/sys-apps/systemd-udev/Manifest
@@ -2,12 +2,12 @@
 Hash: SHA1
 
 DIST udev-167.tar.bz2 594474 RMD160 444f8ff62eb0a5b67621b5ea199e16bd0531a8b2 SHA1 f993ffb4430bfab666d997c643ed4b90a07e1e07 SHA256 bafaf33e8a39ae109a3e1b82eed72337776cad3e5cccacce8d909a44e09a32eb
-EBUILD systemd-udev-167.ebuild 820 RMD160 45e2329802a03d607004ca056235acb586f81086 SHA1 b0a781832379d60c323ce388a42addda3da31c0e SHA256 d6b264ebf5c258efd2a7d7b6a9ed57dee084e8e3d5156efcb524f57f946cb840
+EBUILD systemd-udev-167-r1.ebuild 821 RMD160 aee023e71e27b345f64c479b6c248358af67b542 SHA1 635677a3d41afe79679480984d4cff8e19f684a1 SHA256 634383b494079d96e270c8d0e766636173f6f5a44a2b8d904f7df115c7d685f5
 MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iEYEARECAAYFAk2rZJgACgkQnGSe5QXeB7upugCfYHJclHV+d+FvMGSRMAXkeSDL
-QJ8AoLNeY+iizv0hxd2XJSqxmRO2cNCk
-=QRAA
+iEYEARECAAYFAk2r2DYACgkQnGSe5QXeB7t98ACg5sg4Yar+K4D14XYUwOfLRv0Q
+2BsAn2AK3o9x7HxXfKaFN1IyZXIz62cq
+=VVvk
 -----END PGP SIGNATURE-----

diff --git a/sys-apps/systemd-udev/systemd-udev-167.ebuild b/sys-apps/systemd-udev/systemd-udev-167-r1.ebuild
similarity index 92%
rename from sys-apps/systemd-udev/systemd-udev-167.ebuild
rename to sys-apps/systemd-udev/systemd-udev-167-r1.ebuild
index 5586e49..4a0c19a 100644
--- a/sys-apps/systemd-udev/systemd-udev-167.ebuild
+++ b/sys-apps/systemd-udev/systemd-udev-167-r1.ebuild
@@ -29,7 +29,7 @@ src_compile() {
 	local f
 
 	for f in *.in; do
-		sed -e 's:@sbindir@:/sbin:' "${f}" > "${f%.in}" || die
+		sed -e 's:@sbindir@:/sbin:g' "${f}" > "${f%.in}" || die
 		rm -f "${f}"
 	done
 }



             reply	other threads:[~2011-04-18  6:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-18  6:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-01 14:44 [gentoo-commits] dev/mgorny:master commit in: sys-apps/systemd-udev/ Michał Górny
2011-04-28 16:33 Michał Górny
2011-04-28 14:33 Michał Górny
2011-04-23 17:37 Michał Górny
2011-04-17 22:14 Michał Górny

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=3ffe7423dfbd9e0d843c84ac5f7785baea8962a0.mgorny@gentoo \
    --to=mgorny@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