wok diff xorg-libSM/receipt @ rev 13225

fail2ban: add fail2ban filter
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 13 19:15:01 2012 +0200 (2012-08-13)
parents 11e287409bc0
children 303cc9eb28c5
line diff
     1.1 --- a/xorg-libSM/receipt	Tue Apr 24 11:08:04 2012 +0200
     1.2 +++ b/xorg-libSM/receipt	Mon Aug 13 19:15:01 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-libSM"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.2.1"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -21,13 +21,12 @@
    1.13  		--sysconfdir=/etc \
    1.14  		--localstatedir=/var \
    1.15  		$CONFIGURE_ARGS &&
    1.16 -	make &&
    1.17 -	make install
    1.18 +	make && make install
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.27  }