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

Christian Hesse eworm at gemini.archlinux.org
Tue Aug 31 19:07:13 UTC 2021


    Date: Tuesday, August 31, 2021 @ 19:07:12
  Author: eworm
Revision: 422784

upgpkg: gpm 1.20.7.r38.ge82d1a6-4: install profile script without executable bit (FS#71832)

Modified:
  gpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 18:47:45 UTC (rev 422783)
+++ PKGBUILD	2021-08-31 19:07:12 UTC (rev 422784)
@@ -3,7 +3,7 @@
 pkgname=gpm
 pkgver=1.20.7.r38.ge82d1a6
 _commit='e82d1a653ca94aa4ed12441424da6ce780b1e530'
-pkgrel=3
+pkgrel=4
 pkgdesc='A mouse server for the console and xterm'
 arch=('x86_64')
 url='https://www.nico.schottelius.org/software/gpm/'
@@ -51,7 +51,7 @@
   cd "${srcdir}/${pkgname}"
 
   make DESTDIR="${pkgdir}" install
-  install -D -m0755 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
+  install -D -m0644 ../gpm.sh "${pkgdir}/etc/profile.d/gpm.sh"
   install -D -m0644 ../gpm.path "${pkgdir}/usr/lib/systemd/system/gpm.path"
   install -D -m0644 ../gpm.service "${pkgdir}/usr/lib/systemd/system/gpm.service"
 



More information about the arch-commits mailing list