From 38670c492e60b6f6a2d826b2057dc9dd27a90f9b Mon Sep 17 00:00:00 2001 From: waker Date: Sat, 30 Apr 2011 22:45:25 +0200 Subject: fixed compiling with apgcc; fixed compiling converter gui fallback --- scripts/portable_postbuild.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/portable_postbuild.sh') diff --git a/scripts/portable_postbuild.sh b/scripts/portable_postbuild.sh index 9fd9bded..0ed1a186 100755 --- a/scripts/portable_postbuild.sh +++ b/scripts/portable_postbuild.sh @@ -45,6 +45,9 @@ fi if [ -f ./plugins/gtkui/.libs/ddb_gui_GTK2.fallback.so ]; then cp ./plugins/gtkui/.libs/ddb_gui_GTK2.fallback.so $PLUGDIR/ fi +if [ -f ./plugins/converter/.libs/converter_gtkui.fallback.so ]; then + cp ./plugins/converter/.libs/converter_gtkui.fallback.so $PLUGDIR/ +fi #pixmaps -- cgit v1.2.3