Make sed follow symlinks on Linux

Signed-off-by: Maxime Gauduin <alucryd@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Maxime Gauduin 2013-01-27 10:16:57 +01:00 committed by Allan McRae
parent 24a78fe731
commit 8624eddb31
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ GCC_GNU89_INLINE_CC
# Host-dependant definitions
INODECMD="stat -c '%i %n'"
SIZECMD="stat -c %s"
SEDINPLACE="sed -i"
SEDINPLACE="sed --follow-symlinks -i"
DUFLAGS="-sk --apparent-size"
STRIP_BINARIES="--strip-all"
STRIP_SHARED="--strip-unneeded"