Skip to content
Unverified Commit a0551529 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

sauce-connect: listify phases and run in correct order

patchPhase was being run after installPhase, causing patchelf to be
run on the left-behind binary instead of the copy in $out. Fixes:

  ```
  $ .../bin/sc
  bash: .../bin/sc: No such file or directory
  $ patchelf --print-interpreter .../bin/sc
  /lib64/ld-linux-x86-64.so.2
  ```
parent 6669fac7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment