Skip to content

Commit 42e9077

Browse files
test
1 parent 1ae1521 commit 42e9077

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

admin/install_mule.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ function install(){
342342

343343
echo "[INFO] Installing $module module to $SCRATCHDIR"
344344
# $mule_python_exec -m pip install . --prefix $SCRATCHDIR
345-
$mule_python_exec setup.py install --prefix $SCRATCHDIR
345+
346+
$mule_python_exec setup.py install --prefix $SCRATCHLIB
346347
}
347348

348349
for module in $MODULE_LIST ; do

0 commit comments

Comments
 (0)