From 2b1ceca61961ce2a8b4c4b63137652daae80e6b7 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 9 May 2013 21:33:52 +0200 Subject: [PATCH] Update vision recipe * Use jobArgs. * No longer copy the settings file to settings/Vision. Rather leave it in the apps/Vision directory for the user to copy. Ideally Vision would just use it as a fallback, when no user settings file is present. --- haiku-apps/vision/vision-908.recipe | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/haiku-apps/vision/vision-908.recipe b/haiku-apps/vision/vision-908.recipe index 3c33e5442..70fc48db2 100644 --- a/haiku-apps/vision/vision-908.recipe +++ b/haiku-apps/vision/vision-908.recipe @@ -4,7 +4,7 @@ HOMEPAGE="http://vision.sourceforge.net/" SRC_URI="svn+http://vision.svn.sourceforge.net/svnroot/vision/trunk#908" LICENSE="MPL v1.1" COPYRIGHT="1999-2010 The Vision Team" -REVISION="2" +REVISION="3" ARCHITECTURES="x86_gcc2 ?x86" if [ $architecture != x86_gcc2 ]; then @@ -31,17 +31,15 @@ SOURCE_DIR="$portVersionedName" BUILD() { cd Vision - make + make $jobArgs } INSTALL() { visionDir=$appsDir/Vision - visionSettingsDir=$settingsDir/Vision mkdir -p $visionDir - mkdir -p $visionSettingsDir - cp -a $portDir/VisionSettings $visionSettingsDir + cp -a $portDir/VisionSettings $visionDir cd Vision cp Vision $visionDir