wok diff rrdtool/receipt @ rev 21005
updated gsettings-desktop-schemas (3.12.2 -> 3.28.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 09 09:43:51 2019 +0100 (2019-03-09) |
parents | d5f2ad767bdf |
children | c5bb6b8ba595 |
line diff
1.1 --- a/rrdtool/receipt Sat Feb 18 13:40:10 2017 +0100 1.2 +++ b/rrdtool/receipt Sat Mar 09 09:43:51 2019 +0100 1.3 @@ -33,5 +33,7 @@ 1.4 { 1.5 mkdir -p $fs/usr/lib 1.6 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.7 + # librrd_th.so has gone since librrd.so is thread safe 1.8 + ln -s librrd.so $fs/usr/lib/librrd_th.so 1.9 cp -a $install/usr/bin $fs/usr 1.10 }