From: <sg...@us...> - 2008-01-21 17:54:24
|
Revision: 112 http://toc.svn.sourceforge.net/toc/?rev=112&view=rev Author: sgbeal Date: 2008-01-21 09:53:47 -0800 (Mon, 21 Jan 2008) Log Message: ----------- brought example script up to date Modified Paths: -------------- trunk/toc2/sbin/configure.sample Modified: trunk/toc2/sbin/configure.sample =================================================================== --- trunk/toc2/sbin/configure.sample 2008-01-11 20:23:23 UTC (rev 111) +++ trunk/toc2/sbin/configure.sample 2008-01-21 17:53:47 UTC (rev 112) @@ -3,11 +3,10 @@ # must be filesystem-friendly (i.e., only alph-numeric, dots and underscores) # because they are used to create various files (e.g. mypackage-1.0.7.tar.gz) -PACKAGE_NAME=ExamplePackageName -PACKAGE_VERSION=$(date +%Y%m%d) -export PACKAGE_NAME PACKAGE_VERSION +export PACKAGE_NAME=ExamplePackageName +export PACKAGE_VERSION=$(date +%Y%m%d) # toconfigure kicks off the core toc process, which eventually calls # configure.${PACKAGE_NAME}. Do all of your package-specific # checks in configure.${PACKAGE_NAME}. -. toc/sbin/toconfigure $@ +. ${TOC2_HOME-toc2}/sbin/toc2_bootstrap.sh $@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |