From 920b3add2741c239203ce62d35ee201072b71d76 Mon Sep 17 00:00:00 2001 From: John Hixson Date: Wed, 19 Jun 2013 12:35:03 -0700 Subject: [PATCH] Fix the order this is run in --- nanobsd/os-base | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nanobsd/os-base b/nanobsd/os-base index 3a6e48fffe05..6fa6cbcf39d5 100644 --- a/nanobsd/os-base +++ b/nanobsd/os-base @@ -152,7 +152,6 @@ WITHOUT_SHAREDOCS=true # Pull in common definitions. . ${NANO_CFG_BASE}/common -customize_cmd get_jail_packages64 customize_cmd build_debug_kernel customize_cmd install_debug_kernel @@ -816,7 +815,7 @@ get_jail_packages64() { get_jail_packages "amd64" } -#customize_cmd get_jail_packages64 +customize_cmd get_jail_packages64 # Move the $world/data to the /data partion move_data()