shell failure on tools/wineinstall

Alexandre Julliard julliard at winehq.org
Thu Apr 26 10:38:27 CDT 2007


Detlef Riekenberg <wine.dev at web.de> writes:

> On Do, 2007-04-26 at 13:42 +0000, Ben Taylor wrote:
>
>
>>       if [ ! `which wine` ]
>> 
>
> data=`which wine`
> if [ -n "$data" -a -x "$data" ] 
> then
>   # found wine
>   WINEINSTALLED=yes
> else
>   echo "Could not find wine on your system.  Run wineinstall as root to
> install wine"
>   echo "before re-running wineinstall as a user."
>   echo
>   echo "Exiting wineinstall"
>   exit 1;
> fi

Trying to run 'wine --version' would probably be a better installation
check.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list