Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167701351
D59040.id184500.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
639 B
Referenced Files
None
Subscribers
None
D59040.id184500.diff
View Options
diff --git a/tools/tools/nanobsd/_xxx_includes.subr b/tools/tools/nanobsd/_xxx_includes.subr
--- a/tools/tools/nanobsd/_xxx_includes.subr
+++ b/tools/tools/nanobsd/_xxx_includes.subr
@@ -94,3 +94,17 @@
"$entry" "$type" "$NANO_DEF_UNAME" "$NANO_DEF_GNAME" "$mode" >> "$metalog"
fi
}
+
+#
+# If we do "make distribution", this directory must be present.
+# XXXJL Discuss adding this as a pkg script in base
+#
+_xxx_add_sys_symlink() {
+ (
+ cd "${NANO_WORLDDIR}"
+ ln -sf usr/src/sys sys
+ )
+ if [ -n "$NANO_METALOG" ]; then
+ echo "./sys type=link uname=root gname=wheel mode=0755 link=usr/src/sys" >> "$NANO_METALOG"
+ fi
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 24, 8:58 PM (9 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37031024
Default Alt Text
D59040.id184500.diff (639 B)
Attached To
Mode
D59040: nanobsd: Add _xxx_add_sys_symlink
Attached
Detach File
Event Timeline
Log In to Comment