From 3a22779fc0a5130cb4f9ef9e358edacd8e1f393c Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Mon, 2 Oct 2006 06:15:59 +0000 Subject: [PATCH] Correct the command to be used for creating an empty pkg_plist --- en_US.ISO8859-1/books/porters-handbook/book.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.sgml b/en_US.ISO8859-1/books/porters-handbook/book.sgml index 9ea0bc761f..09ae9a38a7 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.sgml +++ b/en_US.ISO8859-1/books/porters-handbook/book.sgml @@ -6576,7 +6576,7 @@ etc/orbit.conf.sample Create an empty pkg-plist file: - &prompt.root; touch pkg-plist + &prompt.root; :>pkg-plist If your port honors PREFIX (which it should) you can then install the port and create the package list.