[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pkgsrc/doc/guide/files/binary.xml: 1.22 -> 1.23



以下のページの更新をしました。

pkgsrc/doc/guide/files/binary.xml: 1.22 -> 1.23

> revision 1.23
> date: 2006/03/03 22:22:07;  author: wiz;  state: Exp;  lines: +3 -3
> Correct path in example line for pre-build.local.

原文の変更をそのまま適用しています。
すぐに commit します。

以下、訳と原文それぞれの新旧の差分です。

--- binary.xml.orig	2006-11-03 02:25:20.000000000 +0900
+++ binary.xml	2006-11-03 02:25:20.000000000 +0900
@@ -1,6 +1,6 @@
-<!-- $NetBSD: binary.xml,v 1.22 2006/02/18 17:07:33 rillig Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.23 2006/03/03 22:22:07 wiz Exp $ -->
 <!-- Based on english version: -->
-<!-- NetBSD: binary.xml,v 1.22 2006/02/18 17:07:33 rillig Exp   -->
+<!-- NetBSD: binary.xml,v 1.23 2006/03/03 22:22:07 wiz Exp   -->
 
 <chapter id="binary">
   <title>バイナリーパッケージを作る</title>
@@ -161,8 +161,8 @@
 	  ルド前の段階の最後に、このファイルが(&man.sh.1;スクリプトとして)実行されます。
 	  <filename>pre-build.local</filename>の使い方の例としては、このファイルに</para>
 
-	<screen>&rprompt; <userinput>echo "I do not have enough disk space to build this pig." \
-    &gt; pkgsrc/misc/openoffice/$BROKENF</userinput></screen>
+	<screen>echo "I do not have enough disk space to build this pig." \
+    &gt; misc/openoffice/$BROKENF</screen>
 
 	<para>のような内容を書いておいて、3 GB近くのディスク容量が必要な個々のパッケージ
 	  の構築をしないようにする、というものがあります。</para>
Index: binary.xml
===================================================================
RCS file: /cvsroot/pkgsrc/doc/guide/files/binary.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- binary.xml	18 Feb 2006 17:07:33 -0000	1.22
+++ binary.xml	3 Mar 2006 22:22:07 -0000	1.23
@@ -1,4 +1,4 @@
-<!-- $NetBSD: binary.xml,v 1.22 2006/02/18 17:07:33 rillig Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.23 2006/03/03 22:22:07 wiz Exp $ -->
 
 <chapter id="binary">
   <title>Creating binary packages</title>
@@ -164,8 +164,8 @@
 	  stage.  An example use of
 	  <filename>pre-build.local</filename> is to have the line:</para>
 
-	<screen>&rprompt; <userinput>echo "I do not have enough disk space to build this pig." \
-    &gt; pkgsrc/misc/openoffice/$BROKENF</userinput></screen>
+	<screen>echo "I do not have enough disk space to build this pig." \
+    &gt; misc/openoffice/$BROKENF</screen>
 
 	<para>to prevent the system from trying to build a particular package
 	  which requires nearly 3 GB of disk space.</para>