biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git] / pkgs / applications / graphics / gimp / hardcode-plugin-interpreters.patch
blob1528404c31d257ecda25a5761933859a5d1a80ff
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)'
10 install-data-local: install-env-file install-interp-file