Skip to content

Commit

Permalink
qtlinks: Rebuild with new revision
Browse files Browse the repository at this point in the history
The installed version was obviously build on the wrong host
(with the old Qt5 stuff still present), shame on me.

This yielded dead links to removed files like
/usr/local/qt5/lib/libQt5*.so.5.10

A quick check showed that no new builds have been affected
by the mistake, since they directly reference
/usr/local/qt5/lib, and not /usr/local/lib.

In the next Qt5 iteration we might consider to remove the Qt5
liblinks completely and leave only necessary links to binaries,
and the Qt4 libs(?).
  • Loading branch information
thomas committed Sep 5, 2019
1 parent 4c515f1 commit 2ac715e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtlinks.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION qtlinks-1.0.1-1
# BEE_VERSION qtlinks-1.0.1-2

mee_install() {

Expand Down

0 comments on commit 2ac715e

Please sign in to comment.