[MPlayer-users] MPlayer 0.50 on sparc solaris 8

Tomi Ollila Tomi.Ollila at sonera.com
Thu Oct 11 12:57:04 CEST 2001


Thursday Oct 11 12:27:15 +0200 2001 Arpi <arpi at thot.banki.hu> wrote:
> Hi,
> > Well, man test returned (among other things)
> >           
> > 		-e file
> >                 True if file exists.
> > 
> > Any other ideas? Regards
> 
> yes, but /usr/local/bin is _directory_.
> Check please man tets, what is the switch for 'True if directory exists'
> We should fix Makefile.

Solaris sh test does not support -e `true if file (or directory, or
anything else) exists.

change the test to

if [ ! -d /usr/local/bin ]; then \
         mkdir -p /usr/local/bin; \
fi


tomi



More information about the MPlayer-users mailing list