Merge pull request #71838 from woffs/pr-fdroid-gradlew-shebang
fdroidserver: fix gradlew-fdroid interpreter
This commit is contained in:
commit
b69c7036c7
@ -23,6 +23,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
${python.interpreter} setup.py compile_catalog
|
||||
'';
|
||||
postInstall = ''
|
||||
patchShebangs gradlew-fdroid
|
||||
install -m 0755 gradlew-fdroid $out/bin
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user