summaryrefslogtreecommitdiffhomepage
path: root/pkg
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2024-02-13 11:19:34 -0800
committerDan Callahan <dan.callahan@gmail.com>2024-02-20 12:27:52 +0000
commit5570d807d9917cf738e1737dba7e2b8005b8e389 (patch)
tree3dffc15e56093cd8d5307c2fd8e83c05f069e34b /pkg
parent183a1e9d634ae2fb129ce98f1ca8a16cbfdeac99 (diff)
downloadunit-5570d807d9917cf738e1737dba7e2b8005b8e389.tar.gz
unit-5570d807d9917cf738e1737dba7e2b8005b8e389.tar.bz2
Packages: fixed a path to python 3.12 example app
Diffstat (limited to 'pkg')
-rw-r--r--pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config
index 37b65f1f..1de2eba6 100644
--- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config
+++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config
@@ -3,7 +3,7 @@
"example_python": {
"type": "python 3.12",
"processes": 2,
- "path": "/usr/share/doc/unit-python3.12/examples/python-app",
+ "path": "/usr/share/doc/unit-python312/examples/python-app",
"module": "wsgi"
}
},