From 55d61452a09143abacd461c448878a18eb2e95ed Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 27 Mar 2002 04:48:14 +0000 Subject: Set the $scripts directory to the same as $dir to make these more useful in their "as committed" layout. --- Tools/scripts/release/README | 2 +- Tools/scripts/release/doit.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Tools') 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" # -- cgit