aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/install-qa-check.d/80libraries')
-rw-r--r--bin/install-qa-check.d/80libraries2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/install-qa-check.d/80libraries b/bin/install-qa-check.d/80libraries
index 8257e5b57..e891b2d29 100644
--- a/bin/install-qa-check.d/80libraries
+++ b/bin/install-qa-check.d/80libraries
@@ -119,7 +119,7 @@ lib_check() {
# When installing static libraries into /usr/lib and shared libraries into
# /lib, we have to make sure we have a linker script in /usr/lib along side
# the static library, or gcc will utilize the static lib when linking :(.
- # http://bugs.gentoo.org/4411
+ # https://bugs.gentoo.org/4411
local abort="no"
local a s
for a in "${ED}"usr/lib*/*.a ; do