[Pkg-opencl-devel] [beignet] 01/02: Remove multiarch-breaking timestamps (Closes: #840768)

Andreas Beckmann anbe at debian.org
Sun Oct 16 21:38:12 UTC 2016


On 2016-10-16 16:34, Rebecca Palmer wrote:
> +	  sed -e "s;Last edited <span class=.date.>.*;;" $$HTMLFILE > $$HTMLFILE.tmp ; \
> +	  sed -e "s;<!-- Created <span class=.date.>.*;;" $$HTMLFILE.tmp > $$HTMLFILE ; \
> +	  rm $$HTMLFILE.tmp ; \

You could also use 'sed -i' to edit a file in-place. And even combine
these to a single sed command:

  sed -i -e s/foo/bar/ -e s/Foo/Bar/ $file

Anyway, uploaded as is.

Andreas




More information about the Pkg-opencl-devel mailing list