FS#292 - [DEBIAN] uzbl-event-manager use "python2" in first line of script
|
DetailsWhen running make-install on debian, the /usr/local/bin/uzbl-event-manager generated have "#!/usr/bin/env python2" in first line. It should be just "#!/usr/bin/env python"
|
This task depends upon
in the short term maybe we could add some debian workaround or do some makefile magic to detect the python naming convention of the system.
btw, why don't we include the files needed to build debian packages in the repo?