diff uwsginl-plugin-lang-pypy3/misc/make-extra-patches.sh @ 161:31cd6efe7e57

Rename the "scripts" directory to "misc" because "scripts" is the "SCRIPTDIR" in the ports build system but is not used as such. SCRIPTDIR ("scripts") should containt scripts that are run from within the Makefile (e.g. "scripts/configure").
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Oct 2022 17:55:56 +0200
parents uwsginl-plugin-lang-pypy3/scripts/make-extra-patches.sh@cbaa01adbd46
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/uwsginl-plugin-lang-pypy3/misc/make-extra-patches.sh	Tue Oct 18 17:55:56 2022 +0200
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+diff -u --show-c-function plugins/pypy/pypy_plugin.c.orig plugins/pypy/pypy_plugin.c >../../files/extra/patch-plugins_pypy_pypy__plugin.c
+
+diff -u plugins/pypy/pypy_setup.py.orig plugins/pypy/pypy_setup.py >../../files/extra/patch-plugins_pypy_pypy__setup.py