From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ED6E71393AC for ; Sun, 9 Mar 2014 18:56:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 898FEE0B03; Sun, 9 Mar 2014 18:56:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29740E0B03 for ; Sun, 9 Mar 2014 18:56:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4324233FC43 for ; Sun, 9 Mar 2014 18:56:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 3FDA42004C; Sun, 9 Mar 2014 18:56:00 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: texlive-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: texlive-module.eclass X-VCS-Directories: eclass X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140309185600.3FDA42004C@flycatcher.gentoo.org> Date: Sun, 9 Mar 2014 18:56:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 337b3ae1-3870-4f1c-ac0b-9451242c5beb X-Archives-Hash: 6a45557a09584971a83a3acfd438f5bc ulm 14/03/09 18:56:00 Modified: texlive-module.eclass Log: Whitespace. Revision Changes Path 1.69 eclass/texlive-module.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/texlive-module.eclass?r1=1.68&r2=1.69 Index: texlive-module.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- texlive-module.eclass 9 Mar 2014 18:54:44 -0000 1.68 +++ texlive-module.eclass 9 Mar 2014 18:56:00 -0000 1.69 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.68 2014/03/09 18:54:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-module.eclass,v 1.69 2014/03/09 18:56:00 ulm Exp $ # @ECLASS: texlive-module.eclass # @MAINTAINER: @@ -356,7 +356,7 @@ if [ -n "${TEXLIVE_MODULE_BINLINKS}" ] ; then for i in ${TEXLIVE_MODULE_BINLINKS} ; do [ -f "${ED}/usr/bin/${i%:*}" ] || die "Trying to install an invalid BINLINK. This should not happen. Please file a bug." - dosym ${i%:*} /usr/bin/${i#*:} + dosym ${i%:*} /usr/bin/${i#*:} done fi