changeset 1684:48272eee788f

run autogen.sh in the proper location.
author William Pitcock <nenolod@atheme.org>
date Mon, 10 Sep 2007 00:57:50 -0500
parents e1f9afad8388
children 8c93d207a4d9 c4e63a2d85aa
files scripts/makerelease.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/makerelease.sh	Mon Sep 10 00:56:57 2007 -0500
+++ b/scripts/makerelease.sh	Mon Sep 10 00:57:50 2007 -0500
@@ -44,8 +44,8 @@
 echo
 echo "Building root: $RELEASENAME/"
 hg archive $RELEASENAME
+cd $RELEASENAME
 sh autogen.sh
-cd $RELEASENAME
 rm -rf autogen.sh autom4te.cache
 
 # Run application specific instructions here.