summaryrefslogtreecommitdiff
path: root/devel/g-wrap/patches/patch-ab
blob: e97344e128c0960c212b207e461f8e5b6c6b0f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.4 2004/12/03 17:06:58 wiz Exp $

--- guile/g-wrap/Makefile.in.orig	2004-10-16 12:27:42.000000000 -0400
+++ guile/g-wrap/Makefile.in
@@ -378,6 +378,7 @@ uninstall-info-am:
 install-nobase_gwrapmoduleDATA: $(nobase_gwrapmodule_DATA)
 	@$(NORMAL_INSTALL)
 	test -z "$(gwrapmoduledir)" || $(mkdir_p) "$(DESTDIR)$(gwrapmoduledir)"
+	test -z "$(gwrapmoduledir)/guile/ws" || $(mkdir_p) "$(DESTDIR)$(gwrapmoduledir)/guile/ws"
 	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 	list='$(nobase_gwrapmodule_DATA)'; for p in $$list; do \
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \