wok-next diff libsdl/receipt @ rev 19590

Synchronize my host updates with the wok-next...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 11:59:37 2017 +0200 (2017-01-21)
parents a5cb55cd4f3a
children 960e637ef071
line diff
     1.1 --- a/libsdl/receipt	Fri Nov 13 17:31:47 2015 +0200
     1.2 +++ b/libsdl/receipt	Sat Jan 21 11:59:37 2017 +0200
     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  }