summaryrefslogtreecommitdiffstats
path: root/deployment/deploy-jars-webstarttest.sh
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-13 06:52:33 +0200
committerSven Gothel <[email protected]>2011-09-13 06:52:33 +0200
commit20c89e865adf4b7f36b654bc48dafc7a83af115a (patch)
treeaa728186b164b830d75008973c6cc6b69a18acea /deployment/deploy-jars-webstarttest.sh
parent3e734b4993a1800225123b80aec679b4141bfe30 (diff)
New Deployment Filesystem Hierarchy Standard (D FHS) - Using subfolders to cleanup
Diffstat (limited to 'deployment/deploy-jars-webstarttest.sh')
-rwxr-xr-xdeployment/deploy-jars-webstarttest.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/deployment/deploy-jars-webstarttest.sh b/deployment/deploy-jars-webstarttest.sh
index 8a98f5d..4c3a841 100755
--- a/deployment/deploy-jars-webstarttest.sh
+++ b/deployment/deploy-jars-webstarttest.sh
@@ -11,13 +11,13 @@ if [ -z "$joglbuilddir" -o -z "$wsdir" ] ; then
exit 1
fi
-if [ ! -e $joglbuilddir ] ; then
- echo $joglbuilddir does not exist
+if [ ! -e $joglbuilddir/jar ] ; then
+ echo $joglbuilddir/jar does not exist
exit 1
fi
-if [ ! -e $wsdir ] ; then
- echo $wsdir does not exist
+if [ ! -e $wsdir/jar ] ; then
+ echo $wsdir/jar does not exist
exit 1
fi
@@ -45,6 +45,6 @@ if [ ! -e $jnlpdir_demos ] ; then
exit 1
fi
-cp -v $joglbuilddir/jar/*.jar $wsdir
-cp -v $demosroot/$builddirbase/*.jar $wsdir
+cp -v $joglbuilddir/jar/*.jar $wsdir/jar/
+cp -v $demosroot/$builddirbase/*.jar $wsdir/jogl-demos/