Zim

Comment 21 for bug 542994

Revision history for this message
maacruz (maacruz) wrote :

Ok, I have moved those files and redone the 0.47 patch to refect it.
You can apply this patch on 0.47. If you need to make any additional change, just do it and tell me when you are finished. I'll take care from there.

setup.py builds but the installation still fails in my box:

miguel@linux:~/zim/zim-0.47-maemo> ZIM_BUILD_TARGET=maemo make DESTDIR=/var/tmp/zim install
`which python` setup.py install --root /var/tmp/zim
Building for Maemo...
...
copying xdg/hicolor/application-x-zim-notebook.png -> /var/tmp/zim/usr/local/share/icons/hicolor/64x64/mimetypes
error: can't copy 'fennec.desktop': doesn't exist or not a regular file
make: *** [install] Error 1

Furthermore, it ignores $PREFIX and insists in installing things under /usr/local while I want to install in /usr
Unfortunately, I've never have used distutils and don't know what can be wrong here.