remove extra ';' to avoid errors during installation.
This commit is contained in:
parent
ebd06ee11c
commit
be8d047ec1
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2002/10/22 22:05:08 mark Exp $
|
||||
--- Makefile.in.orig Mon Oct 21 11:11:12 2002
|
||||
+++ Makefile.in Tue Oct 22 14:57:53 2002
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2002/10/26 00:35:24 fgsch Exp $
|
||||
--- Makefile.in.orig Mon Oct 21 15:11:12 2002
|
||||
+++ Makefile.in Fri Oct 25 21:21:23 2002
|
||||
@@ -684,53 +684,25 @@ install-dirs:
|
||||
-mkdir -p $(docdir)
|
||||
-mkdir -p $(logsdir)
|
||||
@ -47,8 +47,9 @@ $OpenBSD: patch-Makefile_in,v 1.3 2002/10/22 22:05:08 mark Exp $
|
||||
- fi
|
||||
- -@if test '!' -d $(srcdir)/irssi ; then \
|
||||
- if test '!' -f $(etcdir)/silc.conf ; then \
|
||||
- $(INSTALL_DATA) $(srcdir)/irssi/silc.conf; \
|
||||
+ -@if test '!' -d $(etcdir)/silc.conf ; then \
|
||||
$(INSTALL_DATA) $(srcdir)/irssi/silc.conf; \
|
||||
+ $(INSTALL_DATA) $(srcdir)/irssi/silc.conf \
|
||||
$(etcdir)/silc.conf; \
|
||||
- fi; \
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user