Merge pull request #2855 from cstrahan/xpwn-fix-darwin

Fix xpwn on Darwin and other case-insensitive file systems

+1
+1
pkgs/development/mobile/xpwn/default.nix
··· 11 11 }; 12 12 13 13 preConfigure = '' 14 + rm BUILD # otherwise `mkdir build` fails on case insensitive file systems 14 15 sed -r -i \ 15 16 -e 's/(install.*TARGET.*DESTINATION )\.\)/\1bin)/' \ 16 17 -e 's!(install.*(FILE|DIR).*DESTINATION )([^)]*)!\1share/xpwn/\3!' \