From b07515567d0ad616491587bb1730da2be6034f7d8e6d77a1e37772deb943d701 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 26 Dec 2025 11:05:18 +0300 Subject: [PATCH] /tmp is often a tmpfs So after reboot it will be lost and skelenv is not working. --- doc/Build/Tutorial | 2 +- doc/Build/skelbin | 18 +++++++++--------- doc/INSTALL | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/Build/Tutorial b/doc/Build/Tutorial index 38af68b..91bbf46 100644 --- a/doc/Build/Tutorial +++ b/doc/Build/Tutorial @@ -20,7 +20,7 @@ But let's write a skel and build a skelpkg for convenient $ cd build/ $ cat >rc < /tmp/skelbins/gmake-4.4-$hsh1/bin/gmake - /tmp/tmp.whatever/local/bin/perl5 -> /tmp/skelbins/perl5-$hsh0/bin/perl5 - /tmp/tmp.whatever/local/lib/site_perl -> /tmp/skelbins/perl5-$hsh0/lib/site_perl - /tmp/tmp.whatever/local/share/info -> /tmp/skelbins/gmake-4.4-$hsh1/share/info + /somewhere/tmp.whatever/local/bin/gmake -> /somewhere/skelbins/gmake-4.4-$hsh1/bin/gmake + /somewhere/tmp.whatever/local/bin/perl5 -> /somewhere/skelbins/perl5-$hsh0/bin/perl5 + /somewhere/tmp.whatever/local/lib/site_perl -> /somewhere/skelbins/perl5-$hsh0/lib/site_perl + /somewhere/tmp.whatever/local/share/info -> /somewhere/skelbins/gmake-4.4-$hsh1/share/info [...] If you add $tmp/local/bin to your $PATH and $tmp/local/lib to diff --git a/doc/INSTALL b/doc/INSTALL index 118ac73..ed91e30 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -13,7 +13,7 @@ project (package building/management is pretty steady now). $ ./do $ PATH="$(realpath local/bin):$(realpath local/go/bin):$PATH" $ cd ../../build - $ echo SKELBINS=/tmp/skelbins >rc + $ echo SKELBINS=/somewhere/skelbins >rc $ export BASS_RC=$(realpath rc) $ pkg/mk-arch $ redo pkg/FreeBSD-amd64-13.2-RELEASE/shells/zsh-5.9 -- 2.52.0