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

Allan McRae allan at archlinux.org
Sun Aug 17 06:28:44 UTC 2008


    Date: Sunday, August 17, 2008 @ 02:28:44
  Author: allan
Revision: 9361

upgpkg: screen 4.0.3-6
    ncurses rebuild

Modified:
  screen/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 06:28:15 UTC (rev 9360)
+++ PKGBUILD	2008-08-17 06:28:44 UTC (rev 9361)
@@ -4,7 +4,7 @@
 
 pkgname=screen
 pkgver=4.0.3
-pkgrel=5
+pkgrel=6
 _ptygroup=5 #the UID of our PTY/TTY group
 pkgdesc="Full-screen window manager that multiplexes a physical terminal"
 license=('GPL')
@@ -23,7 +23,8 @@
 
   ./configure --prefix=/usr --enable-pam \
         --with-sys-screenrc=/etc/screenrc --enable-colors256 \
-       --enable-rxvt_osc --with-pty-group=$_ptygroup
+       --enable-rxvt_osc --with-pty-group=$_ptygroup \
+       --mandir=/usr/share/man
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
   mkdir -p ${startdir}/pkg/etc/pam.d 




More information about the arch-commits mailing list