From ff0490c7c63c3e0b266e92c523fcacb073f7b8ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 5 Sep 2022 13:20:23 -0400 Subject: [PATCH] fix build --- Build/LinuxMkLibs.hs | 5 ++--- doc/bugs/FTBFS_since_yesterday_on_linux.mdwn | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Build/LinuxMkLibs.hs b/Build/LinuxMkLibs.hs index da66a0153e..4c0824fb79 100644 --- a/Build/LinuxMkLibs.hs +++ b/Build/LinuxMkLibs.hs @@ -121,10 +121,9 @@ symlinkHwCapDirs top libdir = forM_ hwcapdirs $ \d -> ] "i386" -> [ "tls/i686" - [ "tls/i586" + , "tls/i586" , "i686" - , - "i586" + , "i586" ] "arm" -> -- Probably not complete, only what I have diff --git a/doc/bugs/FTBFS_since_yesterday_on_linux.mdwn b/doc/bugs/FTBFS_since_yesterday_on_linux.mdwn index 397334f31d..da7068dbef 100644 --- a/doc/bugs/FTBFS_since_yesterday_on_linux.mdwn +++ b/doc/bugs/FTBFS_since_yesterday_on_linux.mdwn @@ -25,4 +25,4 @@ dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 I: FAIL line matches with some context Error: Process completed with exit code 1. ``` - +> [[fixed|done]] --[[Joey]]