wok-4.x diff gzip/receipt @ rev 10758
nanochess: get source in $SOURCES_REPOSITORY (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 31 11:51:33 2011 +0200 (2011-05-31) |
parents | 94e1889a6838 |
children | 39f7962e4210 |
line diff
1.1 --- a/gzip/receipt Thu Jan 20 18:07:19 2011 +0000 1.2 +++ b/gzip/receipt Tue May 31 11:51:33 2011 +0200 1.3 @@ -47,6 +47,6 @@ 1.4 1.5 post_remove() 1.6 { 1.7 - ln -s /bin/busybox /bin/gzip 1.8 - ln -s /bin/busybox /bin/gunzip 1.9 + ln -s $1/bin/busybox $1/bin/gzip 1.10 + ln -s $1/bin/busybox $1/bin/gunzip 1.11 }