diff options
author | Allan McRae <allan@archlinux.org> | 2009-04-26 20:58:04 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-04-26 09:22:23 -0500 |
commit | c27904661ef96cb2e7c729ce82b527146529c768 (patch) | |
tree | 41c3d407ecab07f9dffd477ab133dd18fcf66456 /contrib/Makefile.am | |
parent | 10584ec8eab873ffb4b03dd8e4a4703dabed8955 (diff) | |
download | pacman-c27904661ef96cb2e7c729ce82b527146529c768.tar.xz |
makepkg: make in-place sed portable
Do a sed replacement in-place is not very portable. On Mac OSX and
BSDs, the syntax is "sed -i ''" where as with GNU sed the command is
"sed -i''" or just "sed -i". This patch detects which command should
be used during configure.
Credit to Kevin Barry who researched this issue and provided a patch
to work around this using temporary backup files.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib/Makefile.am')
0 files changed, 0 insertions, 0 deletions