wok diff diffutils/receipt @ rev 19139
vlc: add x265 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 17:02:56 2016 +0200 (2016-05-18) |
parents | 5922eeb8bfd6 |
children | a714b2b91a0b |
line diff
1.1 --- a/diffutils/receipt Sat Feb 14 22:41:11 2015 +0000 1.2 +++ b/diffutils/receipt Wed May 18 17:02:56 2016 +0200 1.3 @@ -30,12 +30,12 @@ 1.4 # Overlap busybox 1.5 pre_install() 1.6 { 1.7 - rm -f $1/usr/bin/diff 1.8 - rm -f $1/usr/bin/cmp 1.9 + rm -f "$1/usr/bin/diff" 1.10 + rm -f "$1/usr/bin/cmp" 1.11 } 1.12 1.13 post_remove() 1.14 { 1.15 - ln -s /bin/busybox $1/usr/bin/diff 1.16 - ln -s /bin/busybox $1/usr/bin/cmp 1.17 + ln -s /bin/busybox "$1/usr/bin/diff" 1.18 + ln -s /bin/busybox "$1/usr/bin/cmp" 1.19 }