1 2 3 4 5 6 7
#!/bin/bash -ex # Highly opinionated wrapper for Arch Linux packaging (now also for muon) exec muon setup \ -D b_pie=true \ -D python.bytecompile=1 \ "$@"