X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=ETL%2Ftrunk%2Fbootstrap;h=485bf29768f470ad403e0cfa5020617838d3b65d;hb=ded7e2813d76650e1a775c320922fe5e597dce87;hp=204c51078d2d699315fa4be4c3181eab5382d195;hpb=263524301a209ceb5fbbf6bd1c4c0cbb73a7efb8;p=synfig.git diff --git a/ETL/trunk/bootstrap b/ETL/trunk/bootstrap index 204c510..485bf29 100755 --- a/ETL/trunk/bootstrap +++ b/ETL/trunk/bootstrap @@ -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;