public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tcltk/itk/files: itk-4.0_beta6-install_data.patch
@ 2013-01-13 12:41 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2013-01-13 12:41 UTC (permalink / raw
  To: gentoo-commits

jlec        13/01/13 12:41:26

  Added:                itk-4.0_beta6-install_data.patch
  Log:
  dev-tcltk/itk: Version BUmp, #451154; prepared by Karl Ernst Brunk
  
  (Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)

Revision  Changes    Path
1.1                  dev-tcltk/itk/files/itk-4.0_beta6-install_data.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/itk/files/itk-4.0_beta6-install_data.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tcltk/itk/files/itk-4.0_beta6-install_data.patch?rev=1.1&content-type=text/plain

Index: itk-4.0_beta6-install_data.patch
===================================================================
--- Makefile.in.ori	2013-01-10 19:43:56.349623406 +0100
+++ Makefile.in	2013-01-10 19:46:08.634960354 +0100
@@ -100,10 +100,13 @@
 
 top_builddir	= .
 
-INSTALL		= @INSTALL@
-INSTALL_PROGRAM	= @INSTALL_PROGRAM@
-INSTALL_DATA	= @INSTALL_DATA@
-INSTALL_SCRIPT	= @INSTALL_SCRIPT@
+INSTALL_OPTIONS	=
+INSTALL		= $(SHELL) $(srcdir)/tclconfig/install-sh -c ${INSTALL_OPTIONS}
+INSTALL_DATA_DIR = ${INSTALL} -d -m 755
+INSTALL_PROGRAM	= ${INSTALL} -m 755
+INSTALL_DATA	= ${INSTALL} -m 444
+INSTALL_SCRIPT	= ${INSTALL_PROGRAM}
+INSTALL_LIBRARY	= ${INSTALL_DATA}
 
 PACKAGE_NAME	= @PACKAGE_NAME@
 PACKAGE_VERSION	= @PACKAGE_VERSION@





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-13 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-13 12:41 [gentoo-commits] gentoo-x86 commit in dev-tcltk/itk/files: itk-4.0_beta6-install_data.patch Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox