X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fbootstrap;h=f3fe2d770f22f9652d9a7bb554e705c62392bccb;hb=9da88c774b7225c558df7ebe07c193677a5c25fa;hp=5050a2f5af4a89ee73393838e0e8f9a46baf9430;hpb=41be07ad311b19bfdd52aa87c4e4a334210e4c23;p=synfig.git diff --git a/synfig-studio/trunk/bootstrap b/synfig-studio/trunk/bootstrap index 5050a2f..f3fe2d7 100755 --- a/synfig-studio/trunk/bootstrap +++ b/synfig-studio/trunk/bootstrap @@ -145,12 +145,12 @@ output Creating $FILENAME... sed "$SED_SCRIPT" < $CONFIG_DIR/$FILENAME.in > $FILENAME; } ; done -output Renaming project.spec to $PACKAGE-$VERSION.spec... -mv project.spec "$PACKAGE-$VERSION.spec" +output Renaming project.spec to $PACKAGE.spec... +mv project.spec "$PACKAGE.spec" -output Finishing up $PACKAGE-$VERSION.spec... -echo %changelog >> "$PACKAGE-$VERSION.spec" -cat ChangeLog >> "$PACKAGE-$VERSION.spec" +output Finishing up $PACKAGE.spec... +echo %changelog >> "$PACKAGE.spec" +cat NEWS >> "$PACKAGE.spec" output Creating configure.in from configure.ac... sed "$SED_SCRIPT" < $CONFIG_DIR/configure.ac > configure.in;