[Midnightbsd-cvs] mports: Chroot.pm: make sure the compat dir is there when we make a

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Mar 20 18:57:49 EDT 2008


Log Message:
-----------
make sure the compat dir is there when we make a chroot.

Modified Files:
--------------
    mports/Tools/lib/Magus:
        Chroot.pm (r1.18 -> r1.19)

-------------- next part --------------
Index: Chroot.pm
===================================================================
RCS file: /home/cvs/mports/Tools/lib/Magus/Chroot.pm,v
retrieving revision 1.18
retrieving revision 1.19
diff -L Tools/lib/Magus/Chroot.pm -L Tools/lib/Magus/Chroot.pm -u -r1.18 -r1.19
--- Tools/lib/Magus/Chroot.pm
+++ Tools/lib/Magus/Chroot.pm
@@ -130,7 +130,7 @@
   $self->_mtree('BSD.var.dist', '/var');
   $self->_mtree('BSD.usr.dist', '/usr');
   
-  for (qw(workdir x11base packages distfiles logs)) {  
+  for (qw(workdir x11base packages distfiles logs linuxcompat)) {  
     $self->_mkdir($self->{$_});
   }
   


More information about the Midnightbsd-cvs mailing list