diff scripts/makerelease.sh @ 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 5b650f743c97
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.