diff options
| -rwxr-xr-x | mltk | 2 | ||||
| -rw-r--r-- | remote/profiles/default.profile (renamed from profiles/default.profile) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ read_params() { -p) [ "$#" -lt "1" ] && perror "Missing argument to -p" [ "$MODE" != "TOOLS" ] && perror "-p can only be used for target tools" - . "profiles/${1}.profile" || perror "Profile '$1' not found in profiles/" + . "remote/profiles/${1}.profile" || perror "Profile '$1' not found in remote/profiles/" TOOLS_BUILD="1" TOOLS_LIST_BUILD="$TOOLS_LIST_BUILD $MODULES" unset MODULES diff --git a/profiles/default.profile b/remote/profiles/default.profile index 8bda62c5..8bda62c5 100644 --- a/profiles/default.profile +++ b/remote/profiles/default.profile |
