On 09 Sep 2002 10:10:07 -0400
Austin Acton <[EMAIL PROTECTED]> wrote:
> true_binary=/usr/bin/wine.bin
> default=/etc/wine/wine.reg
> configurator=/usr/share/wine/wine-config
> winedir=${HOME}/.wine/
>
> if [ ! -d ${winedir} ];then
> mkdir -p ${winedir}
> cp ${default} ${winedir}/config
> if [ -x /usr/bin/perl ];then
> perl ${configurator} ${winedir}/config || :
> fi
> fi
>
> ${true_binary} "$@"
dang, that's the old one
I wonder where it's coming from? And even more puzzled why it works
here?
The source rpm has the right script but the spec doesn't cp
winelauncher.sh to wine
we fiddled so much with the launcher script that the cp has apparently
got lost in the process
anyway, there's a new snapshot available
Danny, do you still have the 20020509 spec somewhere around? I can't
remember the line that copies winelauncher to wine
- Mark