Skip to content

Commit

Permalink
Don't override system libraries in the copier script
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Wohlstand committed Jan 17, 2017
1 parent a6b2c44 commit 4c21dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _Misc/dev_scripts/install_qt_libraries_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ then
exit 1
fi

cp -a "$QT_PATH"'../lib/'*'.so'* /usr/lib/x86_64-linux-gnu/
cp -n -a "$QT_PATH"'../lib/'*'.so'* /usr/lib/x86_64-linux-gnu/
echo "DONE!"
read -n 1

0 comments on commit 4c21dcd

Please sign in to comment.