Home | History | Annotate | Download | only in glib

Lines Matching full:sed

587 	* glib/Makefile.am (install-exec-hook): use mv/sed/rm on a temporary
588 file instead of "sed -i" which is not portable enough.
684 * glib/Makefile.am: use "sed -i.bak <CMD> <FILE> && rm -f <FILE>.bak"
685 syntax for install-exec-hook, which seems to be the only "sed -i"