Skip to content

Commit

Permalink
making the module copy explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
brucellino committed Nov 29, 2016
1 parent e75d786 commit 7094d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions check-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ prepend-path LDFLAGS "-L${GMP_DIR}/lib"
MODULE_FILE
) > modules/$VERSION

mkdir -p ${LIBRARIES_MODULES}/${NAME}
cp modules/$VERSION ${LIBRARIES_MODULES}/${NAME}
mkdir -vp ${LIBRARIES_MODULES}/${NAME}
cp -v modules/$VERSION ${LIBRARIES_MODULES}/${NAME}

0 comments on commit 7094d51

Please sign in to comment.