wok diff gawk/receipt @ rev 174
Typo in patch disable-tcp_wrapper
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Feb 01 12:12:28 2008 +0100 (2008-02-01) |
parents | f11ec651a7e4 |
children | 17a39e4461e4 |
line diff
1.1 --- a/gawk/receipt Mon Dec 24 22:06:22 2007 +0100 1.2 +++ b/gawk/receipt Fri Feb 01 12:12:28 2008 +0100 1.3 @@ -37,11 +37,10 @@ 1.4 } 1.5 1.6 # Post install to avoid erasing Busybox link 1.7 -pot_install() 1.8 +pre_install() 1.9 { 1.10 local root 1.11 root=$1 1.12 rm -f $root/usr/bin/awk 1.13 } 1.14 -SELF_INSTALL=1 1.15