diff options
author | root <root@rshg054.dnsready.net> | 2012-11-01 01:47:44 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-01 01:47:44 -0700 |
commit | 83a318800db22408628e60c9e1730578efcfee37 (patch) | |
tree | 9f1c330c5019dd940e41c44a7c1db13d337058a6 /extra/screen/PKGBUILD | |
parent | 5827948456201df72a1bd73e87977c569129fb27 (diff) |
Thu Nov 1 01:47:04 PDT 2012
Diffstat (limited to 'extra/screen/PKGBUILD')
-rw-r--r-- | extra/screen/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/screen/PKGBUILD b/extra/screen/PKGBUILD index 341373433..efeddd0c7 100644 --- a/extra/screen/PKGBUILD +++ b/extra/screen/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 147962 2012-01-29 04:41:21Z allan $ +# $Id: PKGBUILD 170087 2012-11-01 01:12:40Z thomas $ # Maintainer: Allan McRae <allan@archlinux.org> # Committer: dorphell <dorphell@gmx.net> pkgname=screen pkgver=4.0.3 -pkgrel=13 +pkgrel=15 _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 @@ build() { --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 } |