wok diff gcc83-lib-base/receipt @ rev 22005

added tar-lang 1.32
author Hans-G?nter Theisgen
date Fri Oct 18 17:38:24 2019 +0100 (2019-10-18)
parents 352e1cee9466
children 0fe47802b33b
line diff
     1.1 --- a/gcc83-lib-base/receipt	Wed Sep 25 18:02:05 2019 +0200
     1.2 +++ b/gcc83-lib-base/receipt	Fri Oct 18 17:38:24 2019 +0100
     1.3 @@ -30,7 +30,7 @@
     1.4  post_remove()
     1.5  {
     1.6  	cd "$1/usr/lib"
     1.7 -	if [ "$(ls libstdc++.so.8.*.*)" ]; then
     1.8 +	if [ "$(ls libstdc++.so.8.*.* 2> /dev/null)" ]; then
     1.9  		ln -s libstdc++.so.8.*.* libstdc++.so.8
    1.10  		ln -s libstdc++.so.8.*.* libstdc++.so
    1.11  	fi