netpbm/makeman-py3.patch
OBS User mrdocs 0967596408 Accepting request 560571 from home:scarabeus_iv:branches:graphics
- Add patch makeman-py3.patch to make sure to use python3 when
  building
- Unpack the stuff only once

OBS-URL: https://build.opensuse.org/request/show/560571
OBS-URL: https://build.opensuse.org/package/show/graphics/netpbm?expand=0&rev=87
2017-12-30 05:50:22 +00:00

11 lines
315 B
Diff

Index: netpbm-10.80.1/buildtools/makeman
===================================================================
--- netpbm-10.80.1.orig/buildtools/makeman
+++ netpbm-10.80.1/buildtools/makeman
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
#
# makeman -- compile netpbm's stereotyped HTML to troff markup
#