File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ dist: update_submodules remove-stale-tarballs dist-recursive
7878 @echo Decompressing monodevelop-$(PACKAGE_VERSION ) .tar.bz2
7979 @cd tarballs && tar xvjf monodevelop-$(PACKAGE_VERSION ) .tar.bz2
8080 cp version.config tarballs/monodevelop-$(PACKAGE_VERSION )
81- sed -e ' s/@$(MD_CONFIGURE)/#@$(MD_CONFIGURE)/g' tarballs/monodevelop-$(PACKAGE_VERSION ) /Makefile.in
82- sed -e ' s~@cat $(buildinfo)~echo "echo ' not implemented ' ;" > " $(top_builddir)/build/bin/buildinfo"~g' tarballs/monodevelop-$(PACKAGE_VERSION ) /Makefile.in
81+ sed -i ' s/@$$ (MD_CONFIGURE)/#@$ $(MD_CONFIGURE)/g' tarballs/monodevelop-$(PACKAGE_VERSION ) /Makefile.in
82+ sed -i ' s~@cat $$ (buildinfo)~touch "$ $(top_builddir)/build/bin/buildinfo"~g' tarballs/monodevelop-$(PACKAGE_VERSION ) /Makefile.in
8383 @echo Generating merged tarball
8484 @cd tarballs && tar -cjf monodevelop-$(PACKAGE_VERSION ) .tar.bz2 monodevelop-$(PACKAGE_VERSION )
8585 @cd tarballs && rm -rf monodevelop-$(PACKAGE_VERSION )
You can’t perform that action at this time.
0 commit comments