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(a)winehq.org ReportedBy: zizka(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.