[arch-commits] Commit in screen/trunk (PKGBUILD)
Thomas Bächler
thomas at archlinux.org
Mon Oct 22 18:00:42 UTC 2012
Date: Monday, October 22, 2012 @ 14:00:42
Author: thomas
Revision: 169507
upgpkg: screen 4.0.3-14: Change socket location to /run/screens
Modified:
screen/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-22 17:33:56 UTC (rev 169506)
+++ PKGBUILD 2012-10-22 18:00:42 UTC (rev 169507)
@@ -4,7 +4,7 @@
pkgname=screen
pkgver=4.0.3
-pkgrel=13
+pkgrel=14
_ptygroup=5 #the UID of our PTY/TTY group
pkgdesc="Full-screen window manager that multiplexes a physical terminal"
arch=('i686' 'x86_64')
@@ -32,7 +32,8 @@
--with-sys-screenrc=/etc/screenrc --enable-colors256 \
--enable-rxvt_osc --enable-telnet \
--with-pty-group=$_ptygroup \
- --mandir=/usr/share/man --infodir=/usr/share/info
+ --mandir=/usr/share/man --infodir=/usr/share/info \
+ --with-socket-dir=/run/screens
make
}
More information about the arch-commits
mailing list