Fix installation of lib/mlterm/libzmodem.*. Fix packaging

This commit is contained in:
ryoon 2019-11-23 10:31:37 +00:00
parent 4154a57deb
commit 8f20f4a390
2 changed files with 16 additions and 1 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.82 2019/11/22 18:06:47 tsutsui Exp $ $NetBSD: distinfo,v 1.83 2019/11/23 10:31:37 ryoon Exp $
SHA1 (mlterm-3.8.9.tar.gz) = 485d1f3215e12db8cd23f39a5c06b21e3e802307 SHA1 (mlterm-3.8.9.tar.gz) = 485d1f3215e12db8cd23f39a5c06b21e3e802307
RMD160 (mlterm-3.8.9.tar.gz) = e5b6a4ac980866076c7b4f93aa3cbf1b20b4efcb RMD160 (mlterm-3.8.9.tar.gz) = e5b6a4ac980866076c7b4f93aa3cbf1b20b4efcb
@ -6,3 +6,4 @@ SHA512 (mlterm-3.8.9.tar.gz) = 0bd5468dc58095fd9432922490178fe14335724cee08d2f50
Size (mlterm-3.8.9.tar.gz) = 4101898 bytes Size (mlterm-3.8.9.tar.gz) = 4101898 bytes
SHA1 (patch-configure) = e95b426f028c9bcb9895e69bb85ce8450f78a8c8 SHA1 (patch-configure) = e95b426f028c9bcb9895e69bb85ce8450f78a8c8
SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00 SHA1 (patch-etc_font-fb) = 03f0b2ecee20ef3201c8e4ce17f03ac90f657b00
SHA1 (patch-vtemu_Makefile.in) = 172f12f73408489f782d63c8b0b7915af441d368

View file

@ -0,0 +1,14 @@
$NetBSD: patch-vtemu_Makefile.in,v 1.1 2019/11/23 10:31:37 ryoon Exp $
* Install lib/mlterm/libzmodem.* properly.
--- vtemu/Makefile.in.orig 2019-11-22 16:32:07.000000000 +0000
+++ vtemu/Makefile.in
@@ -63,6 +63,7 @@ install : $(LIBDIR)
if test "`echo @LMLTERM_CORE@|grep .la`" != "" ; then \
$(LIBTOOL_INSTALL) @LMLTERM_CORE@ $(LIBDIR) ; \
fi
+ mkdir -p $(LIBDIR)/mlterm
$(LIBTOOL_INSTALL) libzmodem.la $(LIBDIR)/mlterm
uninstall :