[pacman-dev] [PATCH 4929/4929] Make sed follow symlinks on Linux Signed-off-by: Maxime Gauduin <alucryd at gmail.com>
Maxime Gauduin
alucryd at gmail.com
Sun Jan 27 04:19:10 EST 2013
On Sun, Jan 27, 2013 at 10:16 AM, Maxime Gauduin <alucryd at gmail.com> wrote:
> From: Alucryd <alucryd at gmail.com>
>
> ---
> configure.ac | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index e89d4fc..b1ff040 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -299,7 +299,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"
> --
> 1.8.1.1
>
>
Sorry about the previous patch I sent, now only follow symlinks on Linux.
--
Alucryd
"In the name of God, impure souls of the living dead shall be banished into
eternal damnation. Amen."
More information about the pacman-dev
mailing list