Skip to content

Commit 2175cfb

Browse files
committed
Fix handling of globs
1 parent 95d081a commit 2175cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis/travis-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ cmake "$REPO_ROOT" -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo
5656
# now, compile
5757
make
5858

59-
# check where the .so files have been generated
60-
find -type f -iname '*.so*'
59+
# re-run cmake to find built shared objects with the globs, and update the CPack files
60+
cmake .
6161

6262
# build Debian package
6363
cpack -V -G DEB

0 commit comments

Comments
 (0)