wok diff ffmpeg-compat/receipt @ rev 22540
updated bison (2.6.5 -> 3.5)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jan 03 16:33:16 2020 +0100 (2020-01-03) |
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 Fri Jan 03 16:33:16 2020 +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 }