diff options
author | Steve Price <steve@FreeBSD.org> | 2002-03-27 04:48:14 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2002-03-27 04:48:14 +0000 |
commit | 0b75551a95e8599f114ae91650b4f323db903f59 (patch) | |
tree | 5ccb9726b7dce3d9270ed1f077537a6014a61d25 /Tools | |
parent | 76708c716f677e8e385e8dcb723cc4893a283f06 (diff) | |
download | ports-0b75551a95e8599f114ae91650b4f323db903f59.tar.gz ports-0b75551a95e8599f114ae91650b4f323db903f59.zip |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/scripts/release/README | 2 | ||||
-rwxr-xr-x | Tools/scripts/release/doit.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/release/README b/Tools/scripts/release/README index dd0ebff13939..e97a30c591aa 100644 --- a/Tools/scripts/release/README +++ b/Tools/scripts/release/README @@ -11,7 +11,7 @@ The approximate procedure is: 2) cvs rtag RELEASE_4_5_0 ports 1) cd /a/steve/4.5/i386/RC3 -2) ./scripts/setup.sh (may want to redirect stdout to a file, +2) ./setup.sh (may want to redirect stdout to a file, as this gives copious output.) 3) ./doit.sh diff --git a/Tools/scripts/release/doit.sh b/Tools/scripts/release/doit.sh index abc6f62d5613..4537d29afcfc 100755 --- a/Tools/scripts/release/doit.sh +++ b/Tools/scripts/release/doit.sh @@ -19,7 +19,7 @@ fi dists="$ports/distfiles" logs="$dir/gen" pkgs="$ports/packages/All" -scripts="$dir/scripts" +scripts="$dir" xdep="XFree86-3.3.6_10" # |