wok diff tintin++/receipt @ rev 24133

Up tazinst (115)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 15:17:56 2021 +0000 (2021-10-23)
parents 67044681e776
children 922f061231c2
line diff
     1.1 --- a/tintin++/receipt	Mon Oct 21 15:10:10 2019 +0100
     1.2 +++ b/tintin++/receipt	Sat Oct 23 15:17:56 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tintin++"
     1.7 -VERSION="2.01.91"
     1.8 +VERSION="2.02.02"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Terminal-based MUD client."
    1.11  MAINTAINER="samuel_trassare@yahoo.com"
    1.12 @@ -17,7 +17,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd src
    1.17 +	cd src &&
    1.18  	./configure $CONFIGURE_ARGS && 
    1.19  	make && 
    1.20  	make install
    1.21 @@ -26,5 +26,5 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	cp -a $install/* $fs
    1.26 +	cp -a $install/*	$fs
    1.27  }