index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | build-support/muon-meson/PKGBUILD | 4 |
diff --git a/build-support/muon-meson/PKGBUILD b/build-support/muon-meson/PKGBUILD index fe3e4d7a..0f8db823 100644 --- a/build-support/muon-meson/PKGBUILD +++ b/build-support/muon-meson/PKGBUILD @@ -2,7 +2,7 @@ pkgname=muon-meson pkgver=0.3.1 -pkgrel=2 +pkgrel=3 pkgdesc="meson implementation in C" arch=(x86_64) url="https://muon.build" @@ -47,6 +47,8 @@ package() { cd "muon-v$pkgver/build" DESTDIR="$pkgdir" ./muon install + install -Dm775 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 # downloading/generating/deleting is the only option :/ |