From: Kees Jongenburger Date: Tue, 19 Jun 2012 15:09:55 +0000 (+0000) Subject: Adding a symlink from /usr/bin/strip to /usr/pkg/bin/strip. X-Git-Tag: v3.2.1~478 X-Git-Url: http://zhaoyanbai.com/repos/man.dnssec-verify.html?a=commitdiff_plain;h=eecd45134335de0ddc92e09c0d918b6a1fc10a91;p=minix.git Adding a symlink from /usr/bin/strip to /usr/pkg/bin/strip. When calling the new install with the -s (strip) argument it will use the hard coded /usr/bin/strip unless a STRIP environment is set. --- diff --git a/etc/mtree/minix.tree b/etc/mtree/minix.tree index 8bd8fea12..56b7f73a0 100644 --- a/etc/mtree/minix.tree +++ b/etc/mtree/minix.tree @@ -22,6 +22,7 @@ 755 ast other /usr/ast 755 root operator /usr/bin /usr/bin/cc -> /usr/pkg/bin/clang +/usr/bin/strip -> /usr/pkg/bin/strip 755 root operator /usr/etc 755 root operator /usr/pkg 755 root operator /usr/pkg/etc