Conversation
|
Is this a [WIP]? I feel like there is more |
src/Aura/MakePkg.hs
Outdated
|
|
||
| findPkgFile :: FilePath -> Sh [FilePath] | ||
| findPkgFile = findDirFilterWhen (pure . const False) (pure . matches) | ||
| where matches fp = ["xz", "tar", "pkg"] `isPrefixOf` reverse (extensions fp) |
There was a problem hiding this comment.
Will this also find the .sig file, if one is present?
There was a problem hiding this comment.
I don't think so. Also, I don't think that the old code did that. OTOH, I gooffed and that should be "src" and not "pkg".
|
I was just trying to remove the regex-pcre-builtin library dependency. |
|
Great, let me know when I can take a final look at this 👍 |
|
|
|
Tested works for normal, did not test with source build, I assume that it does not work for source builds. |
|
Tested source builds. works. |
|
@fosskers, I think it's ready. |
|
Great I'll take a look. |
|
Hey @fosskers, What's the verdict? |
|
Hm, my builds are bailing. Not sure if its 1.4 or this PR in particular. |
|
Seems to be both. On On this branch, the build seems to succeed but the installation fails. Are you seeing this behaviour? |
|
Yes. I'm working on a PR that fixes it. |
|
@fosskers, this is ready for review. |
|
Good plan. 👍 On Oct 16, 2016 16:21, "Colin Woodbury" notifications@github.com wrote:
|
|
Actually it turns out the offending |
No description provided.