From e4e5bfcaf85c78325fda28c3800d8f817febc2df Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 20 Jan 2010 15:12:13 +0100 Subject: [PATCH] glib-host: (thanks to Urs) - copy glib-genmarshal binary instead the wrapper script --- packages/devel/glib-host/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devel/glib-host/build b/packages/devel/glib-host/build index 9ea05b5c36..ac68bd02dd 100755 --- a/packages/devel/glib-host/build +++ b/packages/devel/glib-host/build @@ -24,5 +24,5 @@ cd .build-host make make install -cp -f gobject/glib-genmarshal $ROOT/$TOOLCHAIN/bin +cp -f gobject/.libs/glib-genmarshal $ROOT/$TOOLCHAIN/bin cp -f gobject/glib-mkenums $ROOT/$TOOLCHAIN/bin