index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-12 16:34:41 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2025-03-12 16:34:41 +0100 |
commit | b90d7b098594c12fdb3d047c2c99fcd598b5bc4b (patch) | |
tree | 4bb9b0571d9c6e88c94f8f309ffb0353008d0283 /build-support/muon-meson | |
parent | 860d147e27b97bee2f09981feac9ec84231298cd (diff) |
-rw-r--r-- | build-support/muon-meson/PKGBUILD | 2 |
diff --git a/build-support/muon-meson/PKGBUILD b/build-support/muon-meson/PKGBUILD index 0f8db823..c6d7920e 100644 --- a/build-support/muon-meson/PKGBUILD +++ b/build-support/muon-meson/PKGBUILD @@ -47,7 +47,7 @@ package() { cd "muon-v$pkgver/build" DESTDIR="$pkgdir" ./muon install - install -Dm775 arch-muon "$pkgdir/usr/bin/arch-muon" + install -Dm775 "$srcdir/arch-muon" "$pkgdir/usr/bin/arch-muon" # remove this as the `meson` package also provides it # muon only has a `docs` option right now, so |