http://bugs.winehq.org/show_bug.cgi?id=26172
Summary: Wine --with-wine64: Build: rm: cannot remove `fonts': Is a directory Product: Wine Version: 1.3.14 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: zizka@seznam.cz
Created an attachment (id=33355) --> (http://bugs.winehq.org/attachment.cgi?id=33355) Log
I've followed the instructions at http://wiki.winehq.org/Wine64
$ ../wine-git/configure --with-wine64=../wine64 ... $ make ... make[1]: Leaving directory `/home/ondra/wu/wine32/programs/xcopy' rm -f fonts && ln -s ../wine64/fonts fonts rm: cannot remove `fonts': Is a directory make: *** [fonts] Error 1
Apparently, `rm -f` should be `rm -rf`. Found in yesterday's trunk.