From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17CDA138334 for ; Sat, 10 Aug 2019 09:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A87FE08E8; Sat, 10 Aug 2019 09:49:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 103D2E08E8 for ; Sat, 10 Aug 2019 09:49:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B6AB3497F0 for ; Sat, 10 Aug 2019 09:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9A58744 for ; Sat, 10 Aug 2019 09:49:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1565430258.0fcd4aeb9985ce903d572718f241529916477e84.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pkg-mgr-commands.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 0fcd4aeb9985ce903d572718f241529916477e84 X-VCS-Branch: master Date: Sat, 10 Aug 2019 09:49: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2811f1f-e83a-4f3e-b46a-58f5c43d0859 X-Archives-Hash: db1e90a2112180ac81dcbac19c30dfc7 commit: 0fcd4aeb9985ce903d572718f241529916477e84 Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 10 09:44:18 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 10 09:44:18 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=0fcd4aeb pkg-mgr-commands.tex: Fix indentation in einstall listing. Signed-off-by: Ulrich Müller gentoo.org> pkg-mgr-commands.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pkg-mgr-commands.tex b/pkg-mgr-commands.tex index 4d44baf..9aacc70 100644 --- a/pkg-mgr-commands.tex +++ b/pkg-mgr-commands.tex @@ -402,16 +402,16 @@ commands once the current phase function has returned. \caption{\t{einstall} command} \label{lst:einstall} \begin{verbatim} emake \ - prefix="${ED}"/usr \ - datadir="${ED}"/usr/share \ - mandir="${ED}"/usr/share/man \ - infodir="${ED}"/usr/share/info \ - libdir="${ED}"/usr/${libdir} \ - localstatedir="${ED}"/var/lib \ - sysconfdir="${ED}"/etc \ - -j1 \ - "$@" \ - install + prefix="${ED}"/usr \ + datadir="${ED}"/usr/share \ + mandir="${ED}"/usr/share/man \ + infodir="${ED}"/usr/share/info \ + libdir="${ED}"/usr/${libdir} \ + localstatedir="${ED}"/var/lib \ + sysconfdir="${ED}"/etc \ + -j1 \ + "$@" \ + install \end{verbatim} \end{listing}