Skip to content

Commit

Permalink
Typos, comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
duboism committed Aug 22, 2019
1 parent b199375 commit d9708af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipes/vmatch/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ else
find . -maxdepth 1 -type f -executable -exec cp -p \{\} ${BIN_DIR} \;
fi

# Compile selection functions
# Compile selection functions and install them.
# The SYSTEM variable is not really needed
# but we set it as should be done
# but we set it as should be done.
pushd SELECT
SYSTEM=$(uname -s) make
cp -p *.so ${PLUGIN_DIR}
Expand Down
4 changes: 2 additions & 2 deletions recipes/vmatch/post-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ export MKVTREESMAPDIR=${MKVTREESMAPDIR}
# Create deactivate script
mkdir -p ${PREFIX}/etc/conda/deactivate.d
DEACTIVATE_SCRIPT=${PREFIX}/etc/conda/deactivate.d/${PKG_NAME}-${PKG_VERSION}-${PKG_BUILDNUM}.sh
echo "# Dectivate script for ${PKG_NAME}-${PKG_VERSION}-${PKG_BUILDNUM}
echo "# Deactivate script for ${PKG_NAME}-${PKG_VERSION}-${PKG_BUILDNUM}
# Restore LD_LIBRARY_PATH
export LD_LIBRARY_PATH=\${${SAVE_VARIABLE_NAME}}
# Remove MKVTREESMAPDIR
unset MKVTREESMAPDIR
# Remore ${SAVE_VARIABLE_NAME}
# Remove ${SAVE_VARIABLE_NAME}
unset ${SAVE_VARIABLE_NAME}
" > ${DEACTIVATE_SCRIPT}

Expand Down

0 comments on commit d9708af

Please sign in to comment.