Changeset 287

Show
Ignore:
Timestamp:
10/03/07 10:22:59 (14 months ago)
Author:
free
Message:

fixed wine cfg

Location:
mediastation/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • mediastation/trunk/debian/changelog

    r286 r287  
    1 mediastation (0.9.0~pre14) unstable; urgency=low 
     1mediastation (0.9.0~pre15) unstable; urgency=low 
    22 
    33  * Fixed legacy font path in xorg.conf 
  • mediastation/trunk/utils/mediastation-config

    r286 r287  
    6464done 
    6565 
    66 # Configure wineasio 
    67 regsvr32 wineasio.dll 
    68  
    6966inf=/usr/share/wine/wine.inf 
    70 if ! exists $inf; then warning "$inf not found"; return; fi     
     67if ! [ -f $inf ]; then echo "$inf not found"; return; fi     
    7168if ! grep -q '^HKCU,Software\Wine\Drivers,"Audio",2,"alsa"' $inf; then 
    7269    echo 'HKCU,Software\Wine\Drivers,"Audio",2,"alsa"' >> $inf 
    7370fi 
     71 
     72# Configure wineasio 
     73regsvr32 wineasio.dll 
    7474 
    7575# HACK: run depmod here