From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/portage/, tools-musl/
Date: Tue, 18 Feb 2014 21:04:18 +0000 (UTC) [thread overview]
Message-ID: <1392757521.d1fd40ee74578cf24bb4104fc06b4d2cc0f3a5e4.blueness@gentoo> (raw)
commit: d1fd40ee74578cf24bb4104fc06b4d2cc0f3a5e4
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 21:00:59 2014 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 21:05:21 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=d1fd40ee
tools-musl: fix make.profile sym link
---
tools-musl/portage/make.profile | 1 -
tools-musl/run.sh | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools-musl/portage/make.profile b/tools-musl/portage/make.profile
deleted file mode 120000
index 37eb357..0000000
--- a/tools-musl/portage/make.profile
+++ /dev/null
@@ -1 +0,0 @@
-/usr/portage/profiles/hardened/linux/musl/amd64
\ No newline at end of file
diff --git a/tools-musl/run.sh b/tools-musl/run.sh
index 83a8103..ba1324d 100755
--- a/tools-musl/run.sh
+++ b/tools-musl/run.sh
@@ -22,8 +22,10 @@ prepare_etc () {
if [[ "$MY_ARCH" == "amd64" ]]; then
sed -i "s/ALTARCH/${ALTARCH}/" "${ROOTFS}"/etc/portage/make.conf
+ ln -sf ../../usr/portage/profiles/hardened/linux/musl/amd64 "${ROOTFS}"/etc/portage/make.profile
elif [[ "$MY_ARCH" == "i686" ]]; then
sed -i "s/ALTARCH/${MY_ARCH}/" "${ROOTFS}"/etc/portage/make.conf
+ ln -sf ../../usr/portage/profiles/hardened/linux/musl/x86 "${ROOTFS}"/etc/portage/make.profile
fi
}
next reply other threads:[~2014-02-18 21:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-18 21:04 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-02-24 16:02 [gentoo-commits] proj/releng:master commit in: tools-musl/portage/, tools-musl/ Anthony G. Basile
2014-02-05 19:48 Anthony G. Basile
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=1392757521.d1fd40ee74578cf24bb4104fc06b4d2cc0f3a5e4.blueness@gentoo \
--to=blueness@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