Author: romanofski
Date: Sun Feb 10 08:36:25 2008
New Revision: 2356
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2356&view=rev
Log:
2008-02-10 Roman Joost <[EMAIL PROTECTED]>
* Makefile.am: applied patch contributed by Ulf-D. Ehlert, which
fixes #501156
Modified:
trunk/ChangeLog
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sun Feb 10 08:36:25 2008
@@ -280,7 +280,7 @@
@echo "** Installing images: (G=gif, J=jpg, M=mng, P=png, X=xcf)"
- @cd $(top_srcdir) && find images $(image_find_predicates) | \
+ @(cd $(top_srcdir) && find images $(image_find_predicates)) | \
while read file; do \
case "$$file" in \
*.png) echo -n P ;; \
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.