[gcompris] Copy the svg pixbuf loader in the proper place now.



commit eaab11cbfe8e13845f37f2b38f1fa89be5511295
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat Jul 25 11:42:44 2009 +0200

    Copy the svg pixbuf loader in the proper place now.

 Makefile.mingw.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 7479353..a635237 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -104,7 +104,7 @@ prepack: Makefile.mingw
 	cp -r $(GTK_TOP)/share/locale $(GCOMPRIS_INSTALL_DIR)/lib
 	cp -r $(GTK_TOP)/lib/gtk-2.0 $(GCOMPRIS_INSTALL_DIR)/lib
 	@echo Adding svg image loader to GTK
-	cp -r $(LOCAL_PREFIX)/svg_loader $(GCOMPRIS_INSTALL_DIR)
+	cp -r $(LOCAL_PREFIX)/svg_loader/* $(GCOMPRIS_INSTALL_DIR)
 
 python: Makefile.mingw
 	cp $(PYTHON_TOP)/DLLs/tcl84.dll $(GCOMPRIS_INSTALL_DIR)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]