]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Inherit DESTDIR from the environment.
authorJonas 'Sortie' Termansen <sortie@maxsi.org>
Sat, 2 Nov 2024 16:53:23 +0000 (17:53 +0100)
committerDamien Miller <djm@mindrot.org>
Tue, 3 Dec 2024 09:05:32 +0000 (20:05 +1100)
autoconf packages conventionally inherit the DESTDIR variable from the
environment.

Makefile.in

index 2fcd8aa1ffd32abac93511e03c09a9829c8b1267..1e92993782a0a38cfcc93aea58f44b770e818420 100644 (file)
@@ -18,7 +18,6 @@ top_srcdir=@top_srcdir@
 abs_top_srcdir=@abs_top_srcdir@
 abs_top_builddir=@abs_top_builddir@
 
-DESTDIR=
 VPATH=@srcdir@
 SSH_PROGRAM=@bindir@/ssh
 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass