From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C6F6C1388E5 for ; Wed, 29 Oct 2014 12:16:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0132FE087D; Wed, 29 Oct 2014 12:16:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7266BE087D for ; Wed, 29 Oct 2014 12:16:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A83C63402FB for ; Wed, 29 Oct 2014 12:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3860F8FFC for ; Wed, 29 Oct 2014 12:16:26 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1414584887.86c82e0b35fba3367729496d2b028e43ba26307a.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: scripts/mkstages/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: scripts/mkstages/stages_builder.sh X-VCS-Directories: scripts/mkstages/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: 86c82e0b35fba3367729496d2b028e43ba26307a X-VCS-Branch: master Date: Wed, 29 Oct 2014 12:16:26 +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-Archives-Salt: a75ea204-e1cc-4a0a-96e9-f91302b0feb2 X-Archives-Hash: b1ab8053ff081561d016f9966830e213 commit: 86c82e0b35fba3367729496d2b028e43ba26307a Author: Yuta SATOH gentoo gr jp> AuthorDate: Wed Oct 29 12:14:47 2014 +0000 Commit: Yuta SATOH 0x100 com> CommitDate: Wed Oct 29 12:14:47 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-bsd.git;a=commit;h=86c82e0b stages_builder.sh: ebuild-helpers/ecompressdir path update. --- scripts/mkstages/stages_builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkstages/stages_builder.sh b/scripts/mkstages/stages_builder.sh index f3021ca..09055d0 100755 --- a/scripts/mkstages/stages_builder.sh +++ b/scripts/mkstages/stages_builder.sh @@ -176,7 +176,7 @@ create_manifest(){ check_ecompressdir() { # dirty solution # /dev is still mounted; performing auto-bind-umount... - local PID=`ps auxw | grep portage/bin/ebuild-helpers/ecompressdir | grep -v grep | awk '{ print $2 }' | xargs` + local PID=`ps auxw | grep ebuild-helpers/ecompressdir | grep -v grep | awk '{ print $2 }' | xargs` if [ -n "${PID}" ] ; then echo "kill ecompressdir" kill -9 ${PID}