Thread: Install error
View Single Post

   
  #4 (permalink)  
Old 02-20-2008, 06:32 AM
Lasse Collin
 
Posts: n/a
Default Re: Install error

hovnatan wrote:

> I have a directory "~/My Downloads" and downloaded some programs
> there and tried to make install them, but all the time I had got the
> same problem - make install gives me that it cannot find "~/My"
> directory. When I tried to make install them in "~" everything went
> ok. I don't understand why it sees only "~/My" but not "~/My
> Downloads".
>
> Hovnatan


It's a bug in installpkg, it doesn't handle spaces correctly. Avoid
spaces and other more special characters in paths and filenames when
you use Slackware package tools. If you like, you can have the packages
in "~/My Downloads" but you must first go to that directory with
command "cd ~/My\ Downloads" and then use installpkg or upgradepkg.

Reply With Quote