From eecd45134335de0ddc92e09c0d918b6a1fc10a91 Mon Sep 17 00:00:00 2001 From: Kees Jongenburger Date: Tue, 19 Jun 2012 15:09:55 +0000 Subject: [PATCH] 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. --- etc/mtree/minix.tree | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0