Hello,

  You might want to reassign this bug to `base-files' package as it
seems a bug that belongs to that package.

  A suggested tested fix follows up, thanks to Helio de Castro:

  --- base-files-6.5ubuntu3/debian/postinst.in  2011-07-13 17:20:35.000000000 
-0300
+++ helio-base/debian/postinst.in       2012-01-23 15:07:18.150498042 -0200
@@ -25,6 +25,13 @@
 
 migrate_directory() {
   if [ ! -L $1 ]; then
+    if [ ! -z "`ls -A $1/`" ]; then
+               for x in $1/* $1/.[!.]* $1/..?*; do
+                       if [ -e "$x" ]; then
+                               mv -- "$x" $2/
+                       fi
+               done
+       fi
     rmdir $1
     ln -s $2 $1
   fi

Best regards
  -- Hector Oron

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/874505

Title:
  Native Multistrap oneiric chroots have an error configuring base-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multistrap/+bug/874505/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to