[arch-commits] Commit in rgbds/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Dec 21 13:28:16 UTC 2020
Date: Monday, December 21, 2020 @ 13:28:16
Author: alucryd
Revision: 781031
rgbds 0.4.2-2: FS#68929 cmake now installs the manpages
Modified:
rgbds/trunk/PKGBUILD
----------+
PKGBUILD | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-21 13:25:53 UTC (rev 781030)
+++ PKGBUILD 2020-12-21 13:28:16 UTC (rev 781031)
@@ -3,7 +3,7 @@
pkgname=rgbds
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc='Rednex GameBoy Development System'
arch=(x86_64)
url=https://github.com/rednex/rgbds/
@@ -37,9 +37,6 @@
package() {
DESTDIR="${pkgdir}" ninja -C build install
install -Dm 644 rgbds/LICENSE -t "${pkgdir}"/usr/share/licenses/rgbds/
- find rgbds/src -name *.1 -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/man/man1/ \;
- find rgbds/src -name *.5 -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/man/man5/ \;
- find rgbds/src -name *.7 -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/man/man7/ \;
find rgbds/contrib/zsh_compl -type f -exec install -Dm 644 {} -t "${pkgdir}"/usr/share/zsh/site-functions/ \;
}
More information about the arch-commits
mailing list