[Gimp-docs] make install failure
Ulf-D. Ehlert
ude88 at web.de
Thu Oct 11 12:56:28 PDT 2007
Roman Joost (Donnerstag, 11. Oktober 2007, 13:44):
> Usually no. It would be much better if you could attach your patch to
> the bug. In the meantime I talked to Sven who suggested to handle the
> image files recursivly.
If we don't want this nice output when copying, we can consider
something like
tar -cf- foo | (cd bar && tar -xf-)
or (GNU tar)
tar -cf- --exclude='*/.svn' foo | tar -xf- -C bar
or
find ... | xargs cpio -pdm bar
or
for dir in `find foo -type d`; do copy_image_files; done
> Ulf, lets do it that way: I'll attach my patch to the bug, which
> fixes the dist target. Could you check if you could fix the install
> procedure with a find, xargs command?
I've attached my patch to bug #481338 (did you mean that?).
BTW, if possible we should replace ':=' with '=' when defining the
IMAGE_* macros, so that they are only expanded when needed.
Bye,
Ulf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /lists/gimp-docs/attachments/20071011/1ecfa5e4/attachment.bin
More information about the Gimp-docs
mailing list