[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Scary bugs



On Fri, Jan 28, 2000 at 04:29:37PM +0100, Richard Braakman wrote:
> Package: altgcc (debian/main).
> Maintainer: Galen Hazelwood <galenh@micron.net>
>   53401 altgcc does not build anymore from source.

The attached patch fixes this for me.  I can make an NMU if the
maintainer or no one else wants to do it.

David
-- 
David Engel
dlengel@home.com
--- Makefile.in~	Sat Jan 29 11:59:23 2000
+++ Makefile.in	Sat Jan 29 15:05:29 2000
@@ -2204,7 +2204,7 @@
 
 # Install the include directory using tar.
 install-headers-tar: stmp-headers $(STMP_FIXPROTO) install-include-dir
-	(cd include; \
+	(cd include > /dev/null; \
 	 tar -cf - .; exit 0) | (cd $(libsubdir)/include; tar $(TAROUTOPTS) - )
 # /bin/sh on some systems returns the status of the first tar,
 # and that can lose with GNU tar which always writes a full block.

Reply to: