$NetBSD: patch-be,v 1.1 2007/09/18 18:58:13 drochner Exp $

--- c++/config/conclude.in.orig	2007-09-18 17:01:22.000000000 +0200
+++ c++/config/conclude.in
@@ -130,6 +130,11 @@ install: $(PUB_LIB) $(PUB_HDR) $(PUB_PRO
 	     ($(LT_INSTALL_PROG) $$f $(bindir)/. || exit 1);		      \
 	   fi;							              \
 	done
+	@for f in X $(PUB_SCRIPTS); do \
+		if test $$f != X; then \
+			(${INSTALL_SCRIPT} $$f $(bindir)/. || exit 1); \
+		fi; \
+	done
 
 install-examples: $(EXAMPLE_PROGS) $(EXAMPLEDIR)
 	@for f in X $(EXAMPLE_PROGS); do				      \
