summaryrefslogtreecommitdiff
path: root/packaging/arch
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 13:23:44 +0200
committerYuval Adam <_@yuv.al>2026-07-24 13:23:44 +0200
commit70781bce8d2c18c8292a89653b6183d2bb210441 (patch)
tree8057692c9a5bdab5d926b60c1221cd58a2a4a178 /packaging/arch
parent7bcb41306a944160a58393c50593f25767649f59 (diff)
Run source checkout without PYTHONPATH
Diffstat (limited to 'packaging/arch')
-rw-r--r--packaging/arch/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 983ddc4..3613166 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -35,7 +35,7 @@ build() {
check() {
cd "$srcdir/$pkgname"
- PYTHONPATH=src python -m unittest discover -s tests -v
+ python -m unittest discover -s tests -v
}
package() {
@@ -46,7 +46,7 @@ package() {
"$pkgdir/usr/lib/systemd/user/parley.service"
install -Dm644 data/dbus/org.parley.Transcription1.service \
"$pkgdir/usr/share/dbus-1/services/org.parley.Transcription1.service"
- install -Dm644 src/parley/interfaces/org.parley.Transcription1.xml \
+ install -Dm644 parley/interfaces/org.parley.Transcription1.xml \
"$pkgdir/usr/share/dbus-1/interfaces/org.parley.Transcription1.xml"
local extension_dir="$pkgdir/usr/share/gnome-shell/extensions/parley@org.parley"