wok-current diff tcsh/receipt @ rev 15467
asterisk: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 08 10:09:54 2013 +0000 (2013-11-08) |
parents | 4e0b93820dde |
children | de49f29b101e |
line diff
1.1 --- a/tcsh/receipt Tue Feb 21 09:03:46 2012 +0100 1.2 +++ b/tcsh/receipt Fri Nov 08 10:09:54 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.