From 799cfaa9dea173f10b2ec8eecedfa60f33a26498 Mon Sep 17 00:00:00 2001 From: Roland Grunberg Date: Wed, 9 Oct 2013 16:55:32 -0400 Subject: Add prefix for lookup path of o.e.equinox.launcher jar. --- genRepo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genRepo.sh b/genRepo.sh index 0673bd0..4ec5f6c 100755 --- a/genRepo.sh +++ b/genRepo.sh @@ -4,7 +4,7 @@ prefix=$ROOT_PREFIX sdk=$1'-sdk' repo=$1 -java -jar /usr/lib*/eclipse/plugins/org.eclipse.equinox.launcher_*.jar -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \ +java -jar $prefix/usr/lib*/eclipse/plugins/org.eclipse.equinox.launcher_*.jar -nosplash -application org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher \ -metadataRepository file:$repo \ -artifactRepository file:$repo \ -source $sdk \ -- cgit