X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Fbootstrap;h=461491ecd8f80a9b7f33a5b0c1db7eec148b9140;hb=73244bb27b398a2257ab1ddd0f8ff48e45933413;hp=204c51078d2d699315fa4be4c3181eab5382d195;hpb=c1f2fb1ce9e86d8d4ca5bdd69b4f9b2ef7f13b40;p=synfig.git diff --git a/ETL/trunk/bootstrap b/ETL/trunk/bootstrap index 204c510..461491e 100755 --- a/ETL/trunk/bootstrap +++ b/ETL/trunk/bootstrap @@ -15,7 +15,7 @@ cd "$(dirname $0)" # Environment Variables BOOTSTRAP_NAME="$(basename $0)" -CONFIG_DIR="$(pwd)/config" +CONFIG_DIR="config" [ -x /bin/cygpath ] && CONFIG_DIR="`cygpath -m -s "$CONFIG_DIR"`" [ -x /bin/cygpath ] && CONFIG_DIR="`cygpath -u "$CONFIG_DIR"`" @@ -127,7 +127,7 @@ mv project.spec "$PACKAGE.spec" output Finishing up $PACKAGE.spec... echo %changelog >> "$PACKAGE.spec" -cat ChangeLog >> "$PACKAGE.spec" +cat NEWS >> "$PACKAGE.spec" output Creating configure.in from configure.ac... sed "$SED_SCRIPT" < "$CONFIG_DIR/configure.ac" > configure.in; @@ -213,4 +213,4 @@ echo $BOOTSTRAP_NAME: Complete. cleanup; # Move back to the current directory -cd $CURR_DIR +cd "$CURR_DIR"