Wine 1.7.4 fails with checkinstall

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
giaur500
Level 1
Level 1
Posts: 5
Joined: Sat Oct 19, 2013 2:52 pm

Wine 1.7.4 fails with checkinstall

Post by giaur500 »

Hello,

Debian Sid, latest wine 1.7.4. I'm trying to compile and create package using checkinstall. Compilation ok, but checkinstall error:

Code: Select all

make[1]: Entering directory `/home/x/wine/wine-1.7.4/fonts'
/bin/mkdir -p -m 755 /usr/share/wine/fonts
/bin/mkdir: can't create `/usr/share/wine': No such file or directory
make[1]: *** [/usr/share/wine/fonts] Error 1
make[1]: Leavin directory `/home/x/wine/wine-1.7.4/fonts'
make: *** [fonts/install] Error 2

****  Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

However it seems 'make install' works. Any idea how to make it working with checkinstall and create .deb?
Locked