Skip to content

Instantly share code, notes, and snippets.

@adamscott
Last active September 13, 2016 21:18
Show Gist options
  • Save adamscott/63ef47e94685d3929913be63c1e2fe2d to your computer and use it in GitHub Desktop.
Save adamscott/63ef47e94685d3929913be63c1e2fe2d to your computer and use it in GitHub Desktop.
# Fix insecure RPATH hardcoded in the binary
# (it points to /usr/local/lib, which is not normally used on Arch Linux)
chrpath --delete "pico8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment