wok-6.x diff libsdl/receipt @ rev 21155

updated libcdio, libcdio-dev, and libcdio-utils (0.83 -> 2.0.0)
author Hans-G?nter Theisgen
date Sat Mar 30 15:57:49 2019 +0100 (2019-03-30)
parents a5cb55cd4f3a
children 6aefc0ee1ed5
line diff
     1.1 --- a/libsdl/receipt	Fri Nov 13 17:31:47 2015 +0200
     1.2 +++ b/libsdl/receipt	Sat Mar 30 15:57:49 2019 +0100
     1.3 @@ -41,6 +41,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	[ -d "$1$INSTALLED/libSDL" ] && rm -rf "$1$INSTALLED/libSDL"
     1.8 -	:
     1.9 +	[ ! -d "$1$INSTALLED/libSDL" ] || rm -rf "$1$INSTALLED/libSDL"
    1.10  }