diff options
author | steve <steve@FreeBSD.org> | 2002-03-27 04:48:14 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2002-03-27 04:48:14 +0000 |
commit | 55d61452a09143abacd461c448878a18eb2e95ed (patch) | |
tree | 70d1b60fe19ac51c32eb667ff141e540796c2d1e | |
parent | fd27fdaac3e6823fb822b81d575c69d580e4b594 (diff) | |
download | FreeBSD-ports-55d61452a09143abacd461c448878a18eb2e95ed.zip FreeBSD-ports-55d61452a09143abacd461c448878a18eb2e95ed.tar.gz |
Set the $scripts directory to the same as $dir to make these more useful
in their "as committed" layout.
-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 dd0ebff..e97a30c 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 abc6f62..4537d29 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" # |