wok diff tcsh/receipt @ rev 15166

rhino: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 22:27:16 2013 +0000 (2013-08-15)
parents 4e0b93820dde
children de49f29b101e
line diff
     1.1 --- a/tcsh/receipt	Tue Feb 21 09:03:46 2012 +0100
     1.2 +++ b/tcsh/receipt	Thu Aug 15 22:27:16 2013 +0000
     1.3 @@ -14,9 +14,12 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	mkdir -p $DESTDIR/usr/bin
     1.8 +	touch $DESTDIR/usr/bin/tcsh
     1.9  	./configure $CONFIGURE_ARGS && 
    1.10  	make && 
    1.11 -	make install
    1.12 +	make install &&
    1.13 +	rm -f $DESTDIR/usr/bin/tcsh.old
    1.14  }
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.