wok diff ffmpeg-compat/receipt @ rev 20933
updated fossil (1.25 -> 2.7)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 02 14:48:32 2019 +0100 (2019-03-02) |
parents | 68f00cd672fd |
children | 98b83f586ee5 |
line diff
1.1 --- a/ffmpeg-compat/receipt Sat Mar 29 23:45:46 2014 +0100 1.2 +++ b/ffmpeg-compat/receipt Sat Mar 02 14:48:32 2019 +0100 1.3 @@ -70,10 +70,10 @@ 1.4 1.5 post_install() 1.6 { 1.7 - echo "/usr/lib/ffmpeg-compat" >> $1/etc/ld.so.conf 1.8 + echo "/usr/lib/ffmpeg-compat" >> "$1/etc/ld.so.conf" 1.9 } 1.10 1.11 post_remove() 1.12 { 1.13 - sed -i '#/usr/lib/ffmpeg-compat#'d $1/etc/ld.so.conf 1.14 + sed -i '#/usr/lib/ffmpeg-compat#'d "$1/etc/ld.so.conf" 1.15 }