Skip to content

Commit

Permalink
Fix the order this is run in
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hixson committed Jun 19, 2013
1 parent 8edaaeb commit 920b3ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nanobsd/os-base
Expand Up @@ -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

Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 920b3ad

Please sign in to comment.