From da9e7e495e6f565c74b5e6e6679a856d3331e669 Mon Sep 17 00:00:00 2001 From: George White Date: Thu, 4 Dec 2014 18:28:53 +0000 Subject: [PATCH] Fixes to weather --- app-misc/weather/weather-0.0.1_git.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-misc/weather/weather-0.0.1_git.recipe b/app-misc/weather/weather-0.0.1_git.recipe index 936559b56..3192df210 100644 --- a/app-misc/weather/weather-0.0.1_git.recipe +++ b/app-misc/weather/weather-0.0.1_git.recipe @@ -1,7 +1,7 @@ SUMMARY="A simple weather application." DESCRIPTION="A small weather application built for GCI, currently only a GUI demonstration. Network capability should arrive by 0.1.1" HOMEPAGE="https://github.com/georgewhite5/HaikuWeather" -SRC_URI="git+https://github.com/georgewhite5/HaikuWeather.git#657ce8742cfcc84a604353a7107e08d15dff5663" +SRC_URI="git+https://github.com/georgewhite5/HaikuWeather.git#7731be69bbcd1a150a72a631ef84784c842c75ec" ARCHITECTURES="x86 x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" REVISION="1" @@ -25,5 +25,7 @@ BUILD() INSTALL() { - cp objects/Weather $appsDir/Weather + mkdir -p $appsDir + cd objects* + cp Weather $appsDir/Weather }