Fix typo.
Submitted by: Teruaki Ata <PFA03027@nifty.ne.jp>
This commit is contained in:
parent
ce43383b7c
commit
5bed0bcea9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11329
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.163
|
||||
$FreeBSD: doc/ja_JP.eucJP/books/porters-handbook/book.sgml,v 1.24 2001/06/21 03:38:31 chris Exp $
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -4207,7 +4207,7 @@ pre-install:
|
|||
|
||||
<para>このディレクトリ構造を新しいファイルに保存してください.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find * \! -type d) > OLD-DIRS</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find * -type d) > OLD-DIRS</userinput></screen>
|
||||
|
||||
<para>もしあなたの port が <makevar>PREFIX</makevar> にちゃんと従うなら,
|
||||
ここで port をインストールしてパッキングリストを作ることができます.</para>
|
||||
|
|
Loading…
Reference in a new issue