don't strip bin/console, reported by jirib at devio.us
This commit is contained in:
parent
c11eacf8ca
commit
6222f72cff
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.53 2015/08/12 07:45:04 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.54 2015/08/14 13:49:41 sthen Exp $
|
||||
|
||||
COMMENT= manage remote serial consoles via TCP/IP
|
||||
|
||||
DISTNAME= conserver-8.2.1
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||
|
12
comms/conserver/patches/patch-console_Makefile_in
Normal file
12
comms/conserver/patches/patch-console_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-console_Makefile_in,v 1.1 2015/08/14 13:49:41 sthen Exp $
|
||||
--- console/Makefile.in.orig Fri Aug 14 14:47:09 2015
|
||||
+++ console/Makefile.in Fri Aug 14 14:47:20 2015
|
||||
@@ -55,7 +55,7 @@ distclean: clean
|
||||
|
||||
install: console
|
||||
$(MKDIR) $(DESTDIR)$(bindir)
|
||||
- $(INSTALL_PROGRAM) console $(DESTDIR)$(bindir)
|
||||
+ $(BSD_INSTALL_PROGRAM) console $(DESTDIR)$(bindir)
|
||||
$(MKDIR) $(DESTDIR)$(mandir)/man1
|
||||
$(INSTALL) -m 0644 console.man $(DESTDIR)$(mandir)/man1/console.1
|
||||
|
Loading…
Reference in New Issue
Block a user