Package: autossh / 1.4e-3

020_use_destdir_makefile.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Support for $DESTDIR in the Makefile.

Index: autossh/Makefile.in
===================================================================
--- autossh.orig/Makefile.in	2011-06-05 00:10:01.000000000 +0200
+++ autossh/Makefile.in	2011-06-05 00:26:15.000000000 +0200
@@ -6,7 +6,7 @@
 
 SSH=		@path_ssh@
 
-prefix=		@prefix@
+prefix=		${DESTDIR}@prefix@
 exec_prefix=	@exec_prefix@
 bindir=		@bindir@
 datadir=	@datadir@