#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then   
        exit 0
fi

source "$PLAYONLINUX/lib/sources" 

cp -a $SCRIPT_DIRECTORY/../wineversion/3.0-rc3 $REPERTOIRE/wine/linux-x86/3.0-rc3

exit
