From 8a2878948398c9f8b6e8932dd922a93793577a96 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Wed, 14 Jan 2004 12:17:49 +0000 Subject: - Update to 0.40 Approved by: erwin (mentor) (implicitly) --- security/dropbear/files/patch-Makefile.in | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'security/dropbear/files/patch-Makefile.in') diff --git a/security/dropbear/files/patch-Makefile.in b/security/dropbear/files/patch-Makefile.in index ff9936e921dd..9f5847b89c4b 100644 --- a/security/dropbear/files/patch-Makefile.in +++ b/security/dropbear/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Tue Dec 16 06:14:06 2003 -+++ Makefile.in Tue Dec 16 10:57:36 2003 -@@ -53,15 +53,9 @@ +--- Makefile.in.old Tue Jan 13 12:42:39 2004 ++++ Makefile.in Wed Jan 14 12:05:53 2004 +@@ -55,18 +55,9 @@ -$(STRIP) dropbearconvert install: all @@ -10,9 +10,12 @@ - $(INSTALL) -m 755 dropbearkey $(DESTDIR)$(bindir) - $(INSTALL) -m 755 dropbearconvert $(DESTDIR)$(bindir) - # chown might fail, so do it separately to the install -- -chown root:root $(DESTDIR)$(sbindir)/dropbear -- -chown root:root $(DESTDIR)$(bindir)/dropbearkey -- -chown root:root $(DESTDIR)$(bindir)/dropbearconvert +- -chown root $(DESTDIR)$(sbindir)/dropbear +- -chgrp 0 $(DESTDIR)$(sbindir)/dropbear +- -chown root $(DESTDIR)$(bindir)/dropbearkey +- -chgrp 0 $(DESTDIR)$(bindir)/dropbearkey +- -chown root $(DESTDIR)$(bindir)/dropbearconvert +- -chgrp 0 $(DESTDIR)$(bindir)/dropbearconvert + $(BSD_INSTALL_PROGRAM) -m 755 dropbear $(DESTDIR)$(sbindir) + $(BSD_INSTALL_PROGRAM) -m 755 dropbearkey $(DESTDIR)$(bindir) + $(BSD_INSTALL_PROGRAM) -m 755 dropbearconvert $(DESTDIR)$(bindir) -- cgit v1.2.3