I have been on a longish job on a Sun, so I ignored my Powerbook for long
enough so that catchup on fink is more than trivial -- you see, I use the
Powerbook/fink environment in accessing a lot of other things, and
sometimes I pollute my environment a little, which can screw up fink (as I
guess any fink developer could tell you).

This makes me a little wary of sending in fixes I come around with.  It's
entirely possible that they're really caused by my environment.  Anyhow,
one I hit up against was linc1 trying to install a file "index.sgml" which
didn't exist in subdir linc-0.5.5/docs/html, but the Makefile insisted on
installing anyhow.  Since index.html is already installed, index.sgml is
pretty redundant, so I stuck in the little patch I have copied here:

--- linc-0.5.5/docs/Makefile.in.orig    Tue Feb 18 01:44:13 2003
+++ linc-0.5.5/docs/Makefile.in Tue Feb 18 01:42:00 2003
@@ -338,8 +338,6 @@
            echo '-- Installing '$$i ; \
            $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
          done; \
-         echo '-- Installing $(srcdir)/html/index.sgml' ; \
-         $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \
        fi)

 #

I'm going to cover a different problem I'm having now with mozilla in a
separate mail.

----------------------------------------------------------------------------
Chuck Robey         | Interests include C & Java programming, FreeBSD,
[EMAIL PROTECTED]   | electronics, communications, and SF/Fantasy.

New Year's Resolution:  I will not sphroxify gullible people into looking up
fictitious words in the dictionary.
----------------------------------------------------------------------------



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to