Kaydet (Commit) a662a8bf authored tarafından sulincix's avatar sulincix

hook fixes

üst 3aad8781
...@@ -17,5 +17,8 @@ else ...@@ -17,5 +17,8 @@ else
BuildType="python" BuildType="python"
elif [ -f "$WORKDIR/configure" ] ; then elif [ -f "$WORKDIR/configure" ] ; then
BuildType="autotools" BuildType="autotools"
else
err "Some functions missing or unibuild could not detected build type!!!"
exit 127
fi fi
fi fi
...@@ -12,7 +12,7 @@ if [ -f "$1" ] ; then ...@@ -12,7 +12,7 @@ if [ -f "$1" ] ; then
elif echo "$1" | grep "^.*://" &>/dev/null ; then elif echo "$1" | grep "^.*://" &>/dev/null ; then
source <(curl $1) source <(curl $1)
else else
echo "Source not detected or not supported." err "Source not detected or not supported."
exit 1 exit 1
fi fi
source $MODDIR/../target/$TARGET source $MODDIR/../target/$TARGET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment