found 664628 1.0.0~alpha6-2
thanks
This is still a problem, with builds getting only slightly further:
debian/rules override_dh_install
make[1]: Entering directory `/.../makehuman-1.0.0~alpha6'
dh_install
if [ -d debian/makehuman-data ]; then \
find debian/makehuman-data -type d -empty -delete; \
fi
find
/.../makehuman-1.0.0~alpha6/debian/makehuman-data/usr/share/makehuman/data/targets/
-type f | xargs chmod 0644;
find:
`/.../makehuman-1.0.0~alpha6/debian/makehuman-data/usr/share/makehuman/data/targets/':
No such file or directory
chmod: missing operand after `0644'
Try `chmod --help' for more information.
make[1]: *** [override_dh_install] Error 123
Could you please conditionalize *all* relevant commands:
if [ -d debian/makehuman-data ]; then \
find debian/makehuman-data -type d -empty -delete; \
find debian/makehuman-data/usr/share/makehuman/data/targets/ \
-type f | xargs chmod 0644; \
...
fi
... and check that debuild -B succeeds?
Thanks!
--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/[email protected]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]