[Hw4mdl-svn] SF.net SVN: hw4mdl: [104] trunk/moodle/bin/package.sh
Brought to you by:
jhlinder,
trollinger
|
From: <hu...@us...> - 2006-11-29 12:35:21
|
Revision: 104
http://svn.sourceforge.net/hw4mdl/?rev=104&view=rev
Author: hugues
Date: 2006-11-29 04:35:15 -0800 (Wed, 29 Nov 2006)
Log Message:
-----------
Fixed text files not at the right place
Modified Paths:
--------------
trunk/moodle/bin/package.sh
Modified: trunk/moodle/bin/package.sh
===================================================================
--- trunk/moodle/bin/package.sh 2006-11-29 12:32:21 UTC (rev 103)
+++ trunk/moodle/bin/package.sh 2006-11-29 12:35:15 UTC (rev 104)
@@ -19,11 +19,12 @@
SVN_URL=${SVN_URL_TRUNK}
- BASEDIR=`pwd`
- SVN_EXPORT_DIR=${BASEDIR}/export
- BUILD_DIR=${BASEDIR}/build
+BASEDIR=`pwd`
+SVN_EXPORT_DIR=${BASEDIR}/export
+BUILD_DIR=${BASEDIR}/build
+
function initdir()
{
echo -n "Creating build directories..."
@@ -89,7 +90,7 @@
${SVN_EXPORT_DIR}/moodle/README.txt\
${SVN_EXPORT_DIR}/moodle/LICENSE.txt\
${SVN_EXPORT_DIR}/moodle/INSTALL.txt\
- ${BUILD_DIR}
+ ${BUILD_DIR}/${target}
echo "ok!"
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|