[arch-commits] Commit in lib32-gamemode/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Sep 26 18:39:36 UTC 2020


    Date: Saturday, September 26, 2020 @ 18:39:36
  Author: alucryd
Revision: 712511

FS#68012: lib32-gamemode 1.6-10

Modified:
  lib32-gamemode/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 18:35:43 UTC (rev 712510)
+++ PKGBUILD	2020-09-26 18:39:36 UTC (rev 712511)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-gamemode
 pkgver=1.6
-pkgrel=9
+pkgrel=10
 pkgdesc='A daemon/lib combo that allows games to request a set of optimisations be temporarily applied to the host OS'
 arch=(x86_64)
 url=https://github.com/FeralInteractive/gamemode
@@ -53,7 +53,7 @@
 
 package() {
   DESTDIR="${pkgdir}" meson install -C build
-  rm -rf "${pkgdir}"/usr/include
+  rm -rf "${pkgdir}"/{etc,usr/include}
   install -dm 755 "${pkgdir}"/usr/share/licenses
   ln -s gamemode "${pkgdir}"/usr/share/licenses/lib32-gamemode
 }



More information about the arch-commits mailing list