Bug 8134 - Non-FHS-compliant scripts
Summary: Non-FHS-compliant scripts
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: wine (show other bugs)
Version: unstable
Hardware: all Linux
: P2 minor
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 10:13 MSD by Fr. Br. George
Modified: 2005-10-26 14:19 MSD (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 спасибо, исправил.