diff --git a/build.sh b/buildscripts/build.sh similarity index 97% rename from build.sh rename to buildscripts/build.sh index 158168c..66f24e1 100755 --- a/build.sh +++ b/buildscripts/build.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash set -e -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/i2pversion" diff --git a/clean.sh b/buildscripts/clean.sh similarity index 91% rename from clean.sh rename to buildscripts/clean.sh index 281efc2..f4045f7 100755 --- a/clean.sh +++ b/buildscripts/clean.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/config.sh" diff --git a/config_override.example.sh b/buildscripts/config_override.example.sh similarity index 100% rename from config_override.example.sh rename to buildscripts/config_override.example.sh diff --git a/daily-linux.sh b/buildscripts/daily-linux.sh similarity index 96% rename from daily-linux.sh rename to buildscripts/daily-linux.sh index 28703d6..e48f621 100755 --- a/daily-linux.sh +++ b/buildscripts/daily-linux.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/i2pversion" diff --git a/daily-portable-windows.sh b/buildscripts/daily-portable-windows.sh similarity index 96% rename from daily-portable-windows.sh rename to buildscripts/daily-portable-windows.sh index c48fbe0..beb1c2d 100755 --- a/daily-portable-windows.sh +++ b/buildscripts/daily-portable-windows.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/i2pversion" diff --git a/daily-unstable.sh b/buildscripts/daily-unstable.sh similarity index 97% rename from daily-unstable.sh rename to buildscripts/daily-unstable.sh index b0f8195..09d137c 100755 --- a/daily-unstable.sh +++ b/buildscripts/daily-unstable.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 cp -v "$SCRIPT_DIR/config_override.example.sh" config_override.sh diff --git a/daily.sh b/buildscripts/daily.sh similarity index 97% rename from daily.sh rename to buildscripts/daily.sh index 8ae3744..219406e 100755 --- a/daily.sh +++ b/buildscripts/daily.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/i2pversion" diff --git a/edit-release-unstable.sh b/buildscripts/edit-release-unstable.sh similarity index 94% rename from edit-release-unstable.sh rename to buildscripts/edit-release-unstable.sh index 4a88ca3..053d058 100755 --- a/edit-release-unstable.sh +++ b/buildscripts/edit-release-unstable.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 cp -v "$SCRIPT_DIR/config_override.example.sh" config_override.sh diff --git a/edit-release.sh b/buildscripts/edit-release.sh similarity index 93% rename from edit-release.sh rename to buildscripts/edit-release.sh index 260b882..18c2aa4 100755 --- a/edit-release.sh +++ b/buildscripts/edit-release.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/i2pversion" diff --git a/experimental.sh b/buildscripts/experimental.sh similarity index 77% rename from experimental.sh rename to buildscripts/experimental.sh index d6844bb..94cbdbb 100755 --- a/experimental.sh +++ b/buildscripts/experimental.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/config.sh" diff --git a/buildscripts/launcher.sh b/buildscripts/launcher.sh index c1b3610..1df418c 100755 --- a/buildscripts/launcher.sh +++ b/buildscripts/launcher.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash set -e -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/i2pversion" diff --git a/release.sh b/buildscripts/release.sh similarity index 75% rename from release.sh rename to buildscripts/release.sh index 23251e6..a744b82 100755 --- a/release.sh +++ b/buildscripts/release.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/config.sh" diff --git a/unsigned.sh b/buildscripts/unsigned.sh similarity index 77% rename from unsigned.sh rename to buildscripts/unsigned.sh index d6844bb..94cbdbb 100755 --- a/unsigned.sh +++ b/buildscripts/unsigned.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) +SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P)/.. cd "$SCRIPT_DIR" || exit 1 . "$SCRIPT_DIR/config.sh"