From 15531ec250025d1fd1067a08c5d54f5c89d7252e Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Thu, 8 Jan 2015 18:17:27 +0000 Subject: [PATCH] torrentor: Fix installation * Build fix: https://github.com/Prodito/Torrentor/pull/6 --- haiku-apps/torrentor/torrentor-0.0.5.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/haiku-apps/torrentor/torrentor-0.0.5.recipe b/haiku-apps/torrentor/torrentor-0.0.5.recipe index fae73c6d6..0139971b5 100644 --- a/haiku-apps/torrentor/torrentor-0.0.5.recipe +++ b/haiku-apps/torrentor/torrentor-0.0.5.recipe @@ -52,12 +52,13 @@ BUILD_PREREQUIRES=" BUILD() { - jam + export NDEBUG=1 + jam $jobArgs } INSTALL() # just trying compile, code below doesn't have to work well { mkdir -p $appsDir/Torrentor - cp Torrentor $appsDir/Torrentor/ + cp build/Release/Torrentor $appsDir/Torrentor/ addAppDeskbarSymlink $appsDir/Torrentor/Torrentor }