I am a bit confused by 393cf46
The version of pikaur of ./dist/usr/bin overwrites the one copied from ./packaging/usr/bin/ in the first cp command.
The files differ though:
diff src/pikaur-1.33.2/packaging/usr/bin/pikaur src/pikaur-1.33.2/dist/usr/bin/pikaur
17c17
< sys.path.append("/usr/lib/python%PYTHON_BUILD_VERSION%/site-packages/")
---
> sys.path.append("/usr/lib/python3.14/site-packages/")
This behavior might be well intended. I don't know. It just seems a bit weird and might be confusing in the future.
I am a bit confused by 393cf46
The version of pikaur of
./dist/usr/binoverwrites the one copied from./packaging/usr/bin/in the first cp command.The files differ though:
This behavior might be well intended. I don't know. It just seems a bit weird and might be confusing in the future.