wok-6.x diff screen-pam/receipt @ rev 18765
Fix grep post_remove()
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Tue Dec 29 23:04:30 2015 +0100 (2015-12-29) |
parents | 164fcaca1cd0 |
children | c7f226fe1c21 |
line diff
1.1 --- a/screen-pam/receipt Sat Nov 30 20:43:45 2013 +0000 1.2 +++ b/screen-pam/receipt Tue Dec 29 23:04:30 2015 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="screen-pam" 1.7 -VERSION="4.0.3" 1.8 +VERSION="4.2.1" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Terminal multiplexer with PAM support." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -20,7 +20,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure --with-sys-screenrc=/etc/screenrc \ 1.18 --enable-pam $CONFIGURE_ARGS && 1.19 make && 1.20 @@ -39,4 +38,3 @@ 1.21 cp -a $install/usr/bin/screen-$VERSION $fs/usr/bin/screen 1.22 cp -a $install/usr/share/screen $fs/usr/share 1.23 } 1.24 -