fix build

This commit is contained in:
Joey Hess 2022-09-05 13:20:23 -04:00
parent 61b60f9e46
commit ff0490c7c6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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]]