wok-current diff ffmpeg-compat/receipt @ rev 24909

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 09 14:28:38 2022 +0000 (2022-04-09)
parents cb67b4f8be05
children 0bfe034e9d09
line diff
     1.1 --- a/ffmpeg-compat/receipt	Wed Mar 16 11:02:39 2022 +0000
     1.2 +++ b/ffmpeg-compat/receipt	Sat Apr 09 14:28:38 2022 +0000
     1.3 @@ -74,10 +74,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 '/ffmpeg-compat/d' "$1/etc/ld.so.conf"
    1.15  }