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 21343198005 for ; Tue, 19 Mar 2013 19:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1E0EE05E4; Tue, 19 Mar 2013 19:08:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31DD4E05E4 for ; Tue, 19 Mar 2013 19:08:06 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2939533DAF8 for ; Tue, 19 Mar 2013 19:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9519E4073 for ; Tue, 19 Mar 2013 19:08:03 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1363720058.2be37f7c2c0b64b7eccdc715d1c2205917f65630.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lustre/ChangeLog sys-cluster/lustre/lustre-9999.ebuild X-VCS-Directories: sys-cluster/lustre/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 2be37f7c2c0b64b7eccdc715d1c2205917f65630 X-VCS-Branch: master Date: Tue, 19 Mar 2013 19:08:03 +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: ce61de59-8006-4e33-a202-ef2937714401 X-Archives-Hash: 34d54417dfa64fb29019e77015ff9b01 commit: 2be37f7c2c0b64b7eccdc715d1c2205917f65630 Author: Alexey Shvetsov gentoo org> AuthorDate: Tue Mar 19 19:07:38 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Tue Mar 19 19:07:38 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2be37f7c Fix escape sequence Package-Manager: portage-2.2.0_alpha166 RepoMan-Options: --force --- sys-cluster/lustre/ChangeLog | 3 +++ sys-cluster/lustre/lustre-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 25c0274..ac56877 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: + Fix escape sequence + 18 Mar 2013; Alexey Shvetsov files/0001-LU-2850-build-check-header-files-in-generated-uapi-d.patch, files/0002-LU-2850-kernel-3.7-kernel-posix-acl-needs-userns.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 078856b..7f5c3a1 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -54,8 +54,8 @@ src_prepare() { -i lustre/utils/mount_utils_zfs.c || die # fix some install paths - sed -e "s:$(sysconfdir)/udev:$(get_udevdir):g" \ - -e "s:$(sysconfdir)/sysconfig:$(sysconfdir)/conf.d:g" \ + sed -e "s:$\(sysconfdir\)/udev:$(get_udevdir):g" \ + -e "s:$\(sysconfdir\)/sysconfig:$\(sysconfdir\)/conf.d:g" \ -i lustre/conf/Makefile.am || die # replace upstream autogen.sh by our src_prepare()