Skip to content

Commit

Permalink
Move openCV libraries to appimage by copying all files from usr/share…
Browse files Browse the repository at this point in the history
…/lib
  • Loading branch information
ghm1 committed Mar 2, 2017
1 parent 23541ec commit 19a1143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ copy_deps
# echo Moving libraries...
move_lib
mv usr/lib/x86_64-linux-gnu/* usr/lib/
# test, copy opencv!
# mv usr/local/lib/* usr/lib/
# moving opencv libs
mv usr/local/lib/* usr/lib/
# echo libraries moved

########################################################################
Expand Down

0 comments on commit 19a1143

Please sign in to comment.