summaryrefslogtreecommitdiffstats
path: root/genRepo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'genRepo.sh')
-rwxr-xr-xgenRepo.sh2
1 files changed, 1 insertions, 1 deletions
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 \