summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/picobsd/custom/Makefile.mfs8
-rw-r--r--release/picobsd/custom/mfs.mtree2
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/custom/Makefile.mfs b/release/picobsd/custom/Makefile.mfs
index a02529e..5e3dbd6 100644
--- a/release/picobsd/custom/Makefile.mfs
+++ b/release/picobsd/custom/Makefile.mfs
@@ -4,7 +4,7 @@
DESTDIR?=${MFS_MOUNTPOINT}
-STAND_LINKS= bin sbin
+SBIN_LINKS= bin stand
USR_LINKS= bin sbin libexec
PL_LOCALE_LINKS= pl polish
MY_DEVS= std tun2 cuaa0 cuaa1 cuaa2 vty10 fd0 wd0s1h pty0 ttyd0 cuaa0 wd1 wd2 wd3 bpf0 bpf1 sa0 sa1
@@ -18,16 +18,16 @@ tree:
links: tree
@echo "--- making links"
(cd ${DESTDIR}; \
- for i in ${STAND_LINKS}; \
+ for i in ${SBIN_LINKS}; \
do \
- ln -s /stand $${i}; \
+ ln -s /sbin $${i}; \
done; \
cd var/run; \
ln -s /dev/null log; \
cd ../../usr; \
for i in ${USR_LINKS}; \
do \
- ln -s /stand $${i}; \
+ ln -s /sbin $${i}; \
done; \
cd share/misc;\
ln -s /etc/termcap termcap; )
diff --git a/release/picobsd/custom/mfs.mtree b/release/picobsd/custom/mfs.mtree
index 031638f..a262f4e 100644
--- a/release/picobsd/custom/mfs.mtree
+++ b/release/picobsd/custom/mfs.mtree
@@ -23,7 +23,7 @@
..
root
..
- stand
+ sbin
..
start_floppy
..
OpenPOWER on IntegriCloud