FreeBSD Bugzilla – Attachment 33977 Details for
Bug 55391
plist generation instructions incorrect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
plist.patch
plist.patch (text/plain; charset=us-ascii), 1.55 KB, created by
Tom Hukins
on 2003-08-28 19:57:34 UTC
(
hide
)
Description:
plist.patch
Filename:
MIME Type:
Creator:
Tom Hukins
Created:
2003-08-28 19:57:34 UTC
Size:
1.55 KB
patch
obsolete
>? book.html >? index.sgml >Index: book.sgml >=================================================================== >RCS file: /home/dcvs/doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v >retrieving revision 1.322 >diff -u -r1.322 book.sgml >--- book.sgml 19 Aug 2003 16:32:20 -0000 1.322 >+++ book.sgml 28 Aug 2003 18:56:16 -0000 >@@ -6160,7 +6160,7 @@ > > <para>Store the directory structure in a new file.</para> > >- <screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r > OLD-DIRS</userinput></screen> >+ <screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort > OLD-DIRS</userinput></screen> > > <para>If your port honors <makevar>PREFIX</makevar> (which it should) > you can then install the port and create the package list.</para> >@@ -6171,7 +6171,7 @@ > <para>You must also add any newly created directories to the packing > list.</para> > >- <screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort -r | comm -13 OLD-DIRS - | sed -e 's#^#@dirrm #' >> pkg-plist</userinput></screen> >+ <screen>&prompt.root; <userinput>(cd /var/tmp/<replaceable>port-name</replaceable> && find -d * -type d) | sort | comm -13 OLD-DIRS - | sort -r | sed -e 's#^#@dirrm #' >> pkg-plist</userinput></screen> > > <para>Finally, you need to tidy up the packing list by hand; it is not > <emphasis>all</emphasis> automated. Manual pages should be listed in
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 55391
: 33977