summaryrefslogtreecommitdiff
path: root/devel/swig-build/patches/patch-ab
blob: 2731e64da4edc17aa64e1c95bfad1221d697c2bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1.1.1 2003/05/25 08:52:37 epg Exp $

--- Makefile.in.orig	Thu Jan 30 16:51:34 2003
+++ Makefile.in
@@ -289,7 +289,7 @@ install-lib:
 	    do							\
 	    dst=$(DESTDIR)$(SWIG_LIB)/$$lang;			\
 	    $(MKINSTDIRS) $$dst;				\
-	    ( cd $(srcdir)/Lib/$$lang;				\
+	    ( set +e; cd $(srcdir)/Lib/$$lang;			\
 	      doti="`ls *.i 2>/dev/null`";			\
 	      dotswg="`ls *.swg 2>/dev/null`";			\
 	      if [ -f extra-install.list ]; then		\