blob: f3788a8295cffa37275786d82121b2956fef1262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-en,v 1.1 2009/12/10 20:35:58 abs Exp $
--- Imakefile.orig 1994-06-26 01:47:22.000000000 +0000
+++ Imakefile
@@ -43,7 +43,7 @@ install::
echo "deleting temporary build directory $(BUILDINCDIR) ..."; \
$(RM) -r $(BUILDINCDIR); \
else exit 0; fi
- $(MKDIRHIER) $(XVDESTDIR)
+ $(MKDIRHIER) $(DESTDIR)$(XVDESTDIR)
#endif
InstallManPage(xview,$(MANDIR))
|