File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ patch_osbuild() {
198198 # To make it easier to apply patches we'll move around the osbuild
199199 # code on the system first:
200200 rmdir /usr/lib/osbuild/osbuild
201- mv /usr/lib/python3.13 /site-packages/osbuild /usr/lib/osbuild/
201+ mv /usr/lib/python3.14 /site-packages/osbuild /usr/lib/osbuild/
202202 mkdir -p /usr/lib/osbuild/tools
203203 mv /usr/bin/osbuild-mpp /usr/lib/osbuild/tools/
204204
@@ -214,7 +214,7 @@ patch_osbuild() {
214214 # And then move the files back; supermin appliance creation will need it back
215215 # in the places delivered by the RPM.
216216 mv /usr/lib/osbuild/tools/osbuild-mpp /usr/bin/osbuild-mpp
217- mv /usr/lib/osbuild/osbuild /usr/lib/python3.13 /site-packages/osbuild
217+ mv /usr/lib/osbuild/osbuild /usr/lib/python3.14 /site-packages/osbuild
218218 mkdir -p /usr/lib/osbuild/osbuild
219219}
220220
You can’t perform that action at this time.
0 commit comments