Skip to content

Commit

Permalink
INSTALL_PRETTYLIB.sh: Fix broken path and add chmod +x
Browse files Browse the repository at this point in the history
  • Loading branch information
taskula authored and kivilahtio committed Apr 28, 2021
1 parent 3ddb480 commit 5fedd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL_PRETTYLIB.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mkdir -p $PIPELINE_SCRIPTS || exit 11
cp -r config $MMT_HOME/ || exit 11
cp -r tests $MMT_HOME/ || exit 11
cp config/seed.gitignore $MMT_HOME/.gitignore || exit 11
cp $EXTRACTOR_DIR/PrettyLibExtractor/preprocess.sh $MMT_HOME/preprocess.sh || exit 11
cp $EXTRACTOR_DIR/PrettyExtractor/preprocess.sh $MMT_HOME/preprocess.sh || exit 11
cp $EXTRACTOR_DIR/$EXTRACTOR_PIPELINE_SCRIPT $PIPELINE_SCRIPTS/ || exit 12
cp $LOADER_DIR/$LOADER_PIPELINE_SCRIPT $PIPELINE_SCRIPTS/ || exit 12

Expand Down

0 comments on commit 5fedd54

Please sign in to comment.