From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-commits+bounces-469847-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SZoCm-00049g-Fj
	for garchives@archives.gentoo.org; Wed, 30 May 2012 19:05:14 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CA90AE080A;
	Wed, 30 May 2012 19:04:59 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 9F0ADE080A
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 19:04:59 +0000 (UTC)
Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 099F21B4028
	for <gentoo-commits@lists.gentoo.org>; Wed, 30 May 2012 19:04:59 +0000 (UTC)
Received: by flycatcher.gentoo.org (Postfix, from userid 2264)
	id B34C82004C; Wed, 30 May 2012 19:04:57 +0000 (UTC)
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/neartree/files: CMakeLists.txt
X-VCS-Repository: gentoo-x86
X-VCS-Files: CMakeLists.txt
X-VCS-Directories: sci-libs/neartree/files
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
Content-Type: text/plain; charset=utf8
Message-Id: <20120530190457.B34C82004C@flycatcher.gentoo.org>
Date: Wed, 30 May 2012 19:04:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 04d73758-36f1-4781-bbe0-e327f42320a8
X-Archives-Hash: 490c94c665b4e3c6847fa2d51174fe23

jlec        12/05/30 19:04:57

  Modified:             CMakeLists.txt
  Log:
  sci-libs/neartree: Don't install into /usr/usr/lib
 =20
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-libs/neartree/files/CMakeLists.txt

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/neartree/=
files/CMakeLists.txt?rev=3D1.2&view=3Dmarkup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/neartree/=
files/CMakeLists.txt?rev=3D1.2&content-type=3Dtext/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/neartree/=
files/CMakeLists.txt?r1=3D1.1&r2=3D1.2

Index: CMakeLists.txt
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvsroot/gentoo-x86/sci-libs/neartree/files/CMakeLists.txt,=
v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CMakeLists.txt	30 May 2012 12:34:19 -0000	1.1
+++ CMakeLists.txt	30 May 2012 19:04:57 -0000	1.2
@@ -14,7 +14,7 @@
=20
 set_target_properties(CNearTree PROPERTIES SOVERSION ${LIB_MAJOR} VERSIO=
N ${_soversion})
=20
-INSTALL(TARGETS CNearTree DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_IN=
STALL_LIBDIR})
+INSTALL(TARGETS CNearTree DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_S=
UFFIX})
 install(FILES CNearTree.h  rhrand.h  TNear.h  triple.h
 			DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
 install(FILES README_NearTree.txt DESTINATION ${CMAKE_INSTALL_PREFIX}/sh=
are/doc/neartree-${LIB_MAJOR}.${LIB_MINOR}.${LIB_RELEASE})