Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 11 lines 506 B view raw
1--- a/plug-ins/pygimp/Makefile.am 2+++ b/plug-ins/pygimp/Makefile.am 3@@ -157,7 +157,7 @@ install-interp-file: 4 echo 'python=$(PYBIN_PATH)' > '$(DESTDIR)$(pyinterpfile)' 5 echo 'python2=$(PYBIN_PATH)' >> '$(DESTDIR)$(pyinterpfile)' 6 echo '/usr/bin/python=$(PYBIN_PATH)' >> '$(DESTDIR)$(pyinterpfile)' 7- echo ":Python:E::py::`basename $(PYTHON)`:" >> '$(DESTDIR)$(pyinterpfile)' 8+ echo ":Python:E::py::$(PYTHON):" >> '$(DESTDIR)$(pyinterpfile)' 9 10 install-data-local: install-env-file install-interp-file 11