Reply
Thread Tools
Posts: 26 | Thanked: 8 times | Joined on Nov 2008
#1
I am using the program py2deb and followed the example in http://wiki.maemo.org/Py2deb, but I am receiving the error:

cp: cannot stat `/home/user/MyDocs/zToDo/usr/share/pixmaps/zToDo.png': No such file or directory

Can anyone point me to what I can do about this problem?

Thanks.
 
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#2
Changing from your current debian/rules (https://garage.maemo.org/builder/dia...6.4.1-2.tar.gz) lines like
Code:
cp -a "/home/user/MyDocs/ztodo/usr/share/pixmaps/zToDo.png" "$(CURDIR)/debian/ztodo/usr/share/pixmaps/zToDo.png"
to
Code:
cp -a "$(CURDIR)/zToDo.png" "$(CURDIR)/debian/ztodo/usr/share/pixmaps/zToDo.png"
should fix the problem. Also creating the target directory first will help.
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:19.