Bug 8134

Summary: Non-FHS-compliant scripts
Product: Sisyphus Reporter: Fr. Br. George <george>
Component: wineAssignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: minor    
Priority: P2 CC: lav
Version: unstable   
Hardware: all   
OS: Linux   

Description Fr. Br. George 2005-10-05 10:13:28 MSD
Some scripts wine-20050715-alt0.1 includes "/mnt/cdrom" as cdrom mounpoint. This
is incompatible with FHS and hence winth latest Sisyphus distributives, that
uses "/media/cdrom" as CDROM mountpoint.
Comment 1 Fr. Br. George 2005-10-05 10:17:32 MSD
Да, кстати, в тех же скриптах я нашёл строчку
if [ -z $EXE ]
которая, естественно, выдаёт
/usr/bin/wineautorun: line 21: [: SETUP.EXE: binary operator expected
если это самое EXE не определено

Надо
if [ -z "$EXE" ]
Comment 2 Vitaly Lipatov 2005-10-06 02:59:32 MSD
В новой сборке /media сделан (правда у меня на Сизифных машинха сломался и не 
работает /media/cdrom) 
За $EXE спасибо, исправил.