You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/02/04 18:37:52 UTC

svn commit: r1240558 - /incubator/jena/Jena2/TDB/trunk/dist-tdb.sh

Author: andy
Date: Sat Feb  4 17:37:52 2012
New Revision: 1240558

URL: http://svn.apache.org/viewvc?rev=1240558&view=rev
Log:
Bug fix dist script

Modified:
    incubator/jena/Jena2/TDB/trunk/dist-tdb.sh

Modified: incubator/jena/Jena2/TDB/trunk/dist-tdb.sh
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/dist-tdb.sh?rev=1240558&r1=1240557&r2=1240558&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/dist-tdb.sh (original)
+++ incubator/jena/Jena2/TDB/trunk/dist-tdb.sh Sat Feb  4 17:37:52 2012
@@ -87,5 +87,5 @@ cpfile $M/$V-$inc/$D-distribution.tar.gz
 for f in $REPO/$M/$V-$inc/$D-distribution.{zip,tar.gz}{,.asc,.md5,.sha1}
 do
     B=$(basename $f)
-    $ECHO cp $f apache-$B
+    $ECHO cp $f $DIST/apache-$B
 done