From b519ceb214c3e4afb71853961eca5a52297d4701 Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 28 Mar 2017 22:16:04 +0000 Subject: [PATCH] fix paths/targets and package names. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@54339 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- scripts/nightly/pkg/sdk | 2 +- scripts/snapshotports.sh | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/nightly/pkg/sdk b/scripts/nightly/pkg/sdk index a32667da1f..c474f43028 100755 --- a/scripts/nightly/pkg/sdk +++ b/scripts/nightly/pkg/sdk @@ -6,7 +6,7 @@ source $SP/setup # The log-name MUST match the name of the package script setl sdk-$BUILDTARGET.log -ARCHIVE_BASE=$ARCHIVE_BASE/Development_Tools +ARCHIVE_BASE=$ARCHIVE_BASE/Developer_Tools printi "Creating AROS/$BUILDTARGET SDK package..." diff --git a/scripts/snapshotports.sh b/scripts/snapshotports.sh index e5f6f80e5c..30a318277f 100755 --- a/scripts/snapshotports.sh +++ b/scripts/snapshotports.sh @@ -55,10 +55,10 @@ build() echo "Copying the binaries" mkdir "$bindir" -p - copy "$target" "Extras/Development" "BWBasic" - copy "$target" "Extras/Development" "CBMBasic" - copy "$target" "Extras/Development" "CFlow" - copy "$target" "Extras/Development" "Ctags" + copy "$target" "Extras/Developer" "BWBasic" + copy "$target" "Extras/Developer" "CBMBasic" + copy "$target" "Extras/Developer" "CFlow" + copy "$target" "Extras/Developer" "Ctags" copy "$target" "Extras/Emu" "DOSBox" copy "$target" "Extras/Emu" "Scummvm" copy "$target" "Extras/Emu" "Vbam" -- 2.11.4.GIT