diff options
author | jcamou <jcamou@FreeBSD.org> | 2005-05-17 03:54:52 +0000 |
---|---|---|
committer | jcamou <jcamou@FreeBSD.org> | 2005-05-17 03:54:52 +0000 |
commit | c52f472ba991416464938bcd4a76fb069d619788 (patch) | |
tree | f9d411a5f2c6a1543548291cffc42e4a78b0de57 | |
parent | cca364f13b0d4363bfa061ba8baee1a1529a64b7 (diff) | |
download | FreeBSD-src-c52f472ba991416464938bcd4a76fb069d619788.zip FreeBSD-src-c52f472ba991416464938bcd4a76fb069d619788.tar.gz |
Correct script path.
PR: docs/80948
Submitted by: anonymous coward
Approved by: trhodes (mentor)
MFC after: 2 days
-rw-r--r-- | share/man/man7/release.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index b701602..5868d4f 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -111,7 +111,7 @@ This is most often used to build custom boot floppies. .It Cm package-split Generates the portions of the disc 1 and disc 2 images related to packages. It uses the list of desired packages from the -.Pa src/release/package-split.py +.Pa src/release/scripts/package-split.py script to pull packages out of a package build provided by the ports team and organize them appropriately. The resulting directory can then be passed to |