Page MenuHomeFreeBSD

D54978.id170805.diff
No OneTemporary

D54978.id170805.diff

diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common
--- a/tools/tools/nanobsd/embedded/common
+++ b/tools/tools/nanobsd/embedded/common
@@ -116,11 +116,11 @@
}
customize_cmd add_etc_make_conf
-cust_install_machine_files() {
+cust_install_machine_files() (
echo "cd ${NANO_CFG_BASE}/Files"
cd ${NANO_CFG_BASE}/Files
find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -dumpv ${NANO_WORLDDIR}
-}
+)
customize_cmd cust_install_files
customize_cmd cust_install_machine_files
@@ -447,7 +447,7 @@
customize_cmd cust_comconsole
-dos_boot_part() {
+dos_boot_part() (
local d=/usr/local/share/u-boot/${NANO_BOOT_PKG}
local f=${NANO_FAT_DIR}
@@ -464,7 +464,7 @@
# Now we need to copy over dtb files from the build.
cp ${NANO_WORLDDIR}/boot/dtb/*.dtb .
-}
+)
if [ -n "$NANO_BOOT_PKG" ]; then
d=/usr/local/share/u-boot/${NANO_BOOT_PKG}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 2, 4:20 AM (9 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28169975
Default Alt Text
D54978.id170805.diff (902 B)

Event Timeline