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

Re: Announcing swim - a new Debian package manager



Thanks for the patch.  This program has only been tested on one computer
to date (my own without any problems), but one other person had the same
problem as you, so that makes at least two other computers!  I will try to
upload a new version of swim (0.2.7) tonight with this change. 

Thanks again.


On Wed, 10 Mar 1999, John Lapeyre wrote:

> 	     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: