[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Announcing swim - a new Debian package manager



	     This looks really  great.  It wouldn't start for me though.
Here is a patch to fix it.

*** /usr/lib/perl5/SWIM/Conf.pm	Wed Mar 10 23:33:26 1999
--- /usr/lib/perl5/SWIM/Conf.pm.old Wed Mar 10 23:34:19 1999
***************
*** 412,422 ****
      for (1 .. $#DRD) {  
       $_ == 1 ? $placement = ("/$DRD[$_]") 
               : $placement = ($placement . "/" . $DRD[$_]);
! #     print "$placement\n";
!      mkdir("$placement",0755) ;
!     }
!     if ( !-e $placement ) {
!     die "swim: could not create default directory\n";
      }
  }
  
--- 412,420 ----
      for (1 .. $#DRD) {  
       $_ == 1 ? $placement = ("/$DRD[$_]") 
               : $placement = ($placement . "/" . $DRD[$_]);
!      #print "$placement\n";
!      mkdir("$placement",0755) 
!          or die "swim: could not create default directory\n";
      }
  }


-- 
John Lapeyre <lapeyre@physics.arizona.edu>,  lapeyre@debian.org
Tucson,AZ     http://www.physics.arizona.edu/~lapeyre


Reply to: