wok-next diff gzip/receipt @ rev 12727
Up: get-java6-jre (1.1.0)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat May 05 10:28:22 2012 +0000 (2012-05-05) |
parents | 94e1889a6838 |
children | e51d5e93d570 |
line diff
1.1 --- a/gzip/receipt Thu Jan 20 18:07:19 2011 +0000 1.2 +++ b/gzip/receipt Sat May 05 10:28:22 2012 +0000 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 }