summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorSimon Rettberg2013-02-27 19:11:53 +0100
committerSimon Rettberg2013-02-27 19:11:53 +0100
commit125194750fa6590c48644fd9d4006af3ec9262dd (patch)
treef88a3991eb40024c5148f6127a5830dbd9870df4 /mltk
parentAdd build profiles to target 'tools' (-p switch) (diff)
downloadtm-scripts-125194750fa6590c48644fd9d4006af3ec9262dd.tar.gz
tm-scripts-125194750fa6590c48644fd9d4006af3ec9262dd.tar.xz
tm-scripts-125194750fa6590c48644fd9d4006af3ec9262dd.zip
tihi
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mltk b/mltk
index cb4a74cc..06bf788c 100755
--- a/mltk
+++ b/mltk
@@ -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