From ec949dad4248b23d1a0ce21b01cff615e5d27f35 Mon Sep 17 00:00:00 2001 From: codehelp Date: Sat, 15 May 2010 20:01:12 +0000 Subject: [PATCH] shuffle setupsh again - run it between unpack and native git-svn-id: http://emdebian.org/svn/current@7214 563faec7-e20c-0410-992a-a66f704d0ccd --- multistrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multistrap b/multistrap index 341b99b..f4c8f00 100755 --- a/multistrap +++ b/multistrap @@ -351,8 +351,8 @@ die (sprintf (_g("apt download failed. Exit value: %d\n"),($retval/256))) if ($retval != 0); &force_unpack if ($unpack eq "true"); system ("touch ${dir}${libdir}lists/lock"); -&native if (not defined ($foreign)); system ("$setupsh $dir $arch") if ((defined $setupsh) and (-f $setupsh)); +&native if (not defined ($foreign)); &add_extra_packages; system ("cp $configsh $dir/") if ((defined $configsh) and (-f $configsh)); (not defined $tidy) ? system ("apt-get $config_str update") : &tidy_apt;