http://bugs.winehq.com/show_bug.cgi?id=1817
Summary: [wineinstall] bad symbolic links target Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.com ReportedBy: jerome.bouat@wanadoo.fr
I used the tools/wineinstall script from CVS.
I DO NOT want to execute it as root. Thus, after the configuration, I typed make install (My user ID is in an "install" group). The files were well copied in /usr/local/wine.
I saw that wineinstall created some symbolic links in [fake_windows_c_drive]/windows: ./system/wcmd.exe ./system/control.exe ./system/help.exe ./system/notepad.exe ./system/progman.exe ./system/regsvr32.exe ./system/winmine.exe ./system/winver.exe ./command/start.exe ./notepad.exe ./regedit.exe ./rundll32.exe ./uninstall.exe ./winhelp.exe ./winhlp32.exe
Those links point to files located in following source directory: /home/j/src/wine/programs
I would like that "wineinstall" link them to the files copied in my install directory (/usr/local/wine).