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 8A6C9138E35 for ; Tue, 18 Feb 2014 21:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A90FE0B3B; Tue, 18 Feb 2014 21:04:21 +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 028D0E0B3B for ; Tue, 18 Feb 2014 21:04:20 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0569F33F871 for ; Tue, 18 Feb 2014 21:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id E343F1872B for ; Tue, 18 Feb 2014 21:04:17 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1392757521.28a816ab8d304a778f99bcd8a861a89100d8c1f6.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/ X-VCS-Repository: proj/releng X-VCS-Files: tools-musl/run.sh X-VCS-Directories: tools-musl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 28a816ab8d304a778f99bcd8a861a89100d8c1f6 X-VCS-Branch: master Date: Tue, 18 Feb 2014 21:04:17 +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: 684c9425-242d-4994-98c4-7c15b4b4437e X-Archives-Hash: 517ebfa73b7d00a114bae18d64ef84e9 commit: 28a816ab8d304a778f99bcd8a861a89100d8c1f6 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Feb 18 18:54:34 2014 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Feb 18 21:05:21 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=28a816ab tools-musl: add sandbox to world --- tools-musl/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools-musl/run.sh b/tools-musl/run.sh index caf9491..83a8103 100755 --- a/tools-musl/run.sh +++ b/tools-musl/run.sh @@ -53,6 +53,7 @@ prepare_overlay() { emerge_system() { ROOT="${ROOTFS}" emerge --keep-going --with-bdeps=y -uvq @system + ROOT="${ROOTFS}" emerge --keep-going --with-bdeps=y -uvq sandbox } mk_top_level_dirs() {