From 67cde270109db30f927b921c180b5b63b88a4aa8 Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Sat, 10 Oct 2009 15:39:50 +0200 Subject: [PATCH] dialog-elementary: copy binary also to $STAGING_DIR Signed-off-by: Marc Andre Tanner --- sources/sections/dialog-elementary.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sources/sections/dialog-elementary.sh b/sources/sections/dialog-elementary.sh index 95189f3..ca095f0 100644 --- a/sources/sections/dialog-elementary.sh +++ b/sources/sections/dialog-elementary.sh @@ -3,10 +3,13 @@ setupfor dialog-elementary $CC $CFLAGS $CROSS_CFLAGS `pkg-config --cflags --libs elementary` \ -lz -ljpeg -lfreetype -lts dialog.c -o dialog || dienow +cp dialog $STAGING_DIR/usr/bin || dienow +cp dialog $ROOT_DIR/usr/bin || dienow + #$CC $CFLAGS $CROSS_CFLAGS `pkg-config --cflags --libs elementary --static` \ # -lz -ljpeg -lfreetype -lts -static dialog.c -o dialog-static || dienow -cp dialog $ROOT_DIR/usr/bin || dienow +#cp dialog-static $STAGING_DIR/usr/bin || dienow #cp dialog-static $ROOT_DIR/usr/bin || dienow cleanup dialog-elementary -- 2.11.4.GIT