Attached are patches for missing $(DESTDIR).
--
Jon Johansen
nanocrew.net
MR. LEVY: I'm sorry, your Honor. I actually have a technology expert
with me. Would the Court like to or would they agree to hear a very
brief statement on this point from that expert?
THE COURT: No. -- MPAA v. Reimerdes injunction hearing, 2000/01/21
--- xc/programs/xcursorgen/redglass/Imakefile.orig Thu Sep 19 22:08:01 2002
+++ xc/programs/xcursorgen/redglass/Imakefile Thu Sep 19 22:18:46 2002
@@ -26,9 +26,9 @@
clean:: @@\
$(RM) dst @@\
@@\
-install.link:: $(THEMEDIR)/dst @@\
- RemoveFile($(THEMEDIR)/dst) @@\
- (set -x; cd $(THEMEDIR) && $(LN) src dst)
+install.link:: $(DESTDIR)$(THEMEDIR)/src @@\
+ RemoveFile($(DESTDIR)$(THEMEDIR)/dst) @@\
+ (set -x; cd $(DESTDIR)$(THEMEDIR) && $(LN) src dst)
CursorTarget(X_cursor)
CursorLinkTarget(arrow,right_ptr)
--- xc/config/cf/X11.tmpl.orig Thu Sep 19 22:43:30 2002
+++ xc/config/cf/X11.tmpl Thu Sep 19 22:44:57 2002
@@ -3276,7 +3276,7 @@
# ifndef InstallFcCache
# define InstallFcCache(dest) @@\
install:: @@\
- RunProgram(FCCACHE, $(FCCACHEOPTS) dest)
+ RunProgram(FCCACHE, $(FCCACHEOPTS) $(DESTDIR)dest)
# endif /* InstallFcCache */
#else