Skip to content

Commit 07a4c21

Browse files
authored
Merge pull request #2 from p-mongo/linux-build
Fix build on linux.
2 parents 080fe8c + ce512e7 commit 07a4c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ migrate: get-assets
6363
mkdir ${TARGET_DIR}
6464

6565
@echo "Copying over ruby-driver docs files"
66-
cp -R build/ruby-driver-${GIT_BRANCH}/docs/ ${TARGET_DIR}
66+
cp -R build/ruby-driver-${GIT_BRANCH}/docs/* ${TARGET_DIR}
6767

6868
@echo "Copying over bson docs files"
69-
cp -R build/bson-ruby/docs/ ${TARGET_DIR}
69+
cp -R build/bson-ruby/docs/* ${TARGET_DIR}
7070

7171
get-assets:
7272
giza generate assets

0 commit comments

Comments
 (0)