jlec        15/07/28 12:35:59

  Added:                blt-2.4z-r4-fix-makefile3.patch
  Log:
  Fix creation of pkgIndex.tcl, bug #485880; thanks Greg Turner for 
investigation and bringing up the patch
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.1                  dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile3.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile3.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/blt/files/blt-2.4z-r4-fix-makefile3.patch?rev=1.1&content-type=text/plain

Index: blt-2.4z-r4-fix-makefile3.patch
===================================================================
Source: mescalinum
Upstream: N/A
Reason: fix broken $DESTDIR support in library/Makefile
--- library/Makefile.in.orig    2008-10-26 14:30:28.000000000 +0100
+++ library/Makefile.in 2008-10-26 14:31:40.000000000 +0100
@@ -58,7 +58,7 @@ install: mkdirs pkgIndex
        for i in $(miscFiles) ; do \
            $(INSTALL_DATA) $(srcdir)/$$i $(INSTALL_ROOT)$(scriptdir) ; \
        done 
-       $(INSTALL_DATA) pkgIndex.tcl $(scriptdir)
+       $(INSTALL_DATA) pkgIndex.tcl $(INSTALL_ROOT)$(scriptdir)
 
 mkdirs:
        @for i in $(instdirs) ; do \




Reply via email to