wok diff tar-lang/receipt @ rev 22040

updated tokyocabinet and tokyocabinet-dev (1.4.32 -> 1.4.48)
author Hans-G?nter Theisgen
date Mon Oct 21 17:24:12 2019 +0100 (2019-10-21)
parents 0fd02e4c6b02
children 6e072873c163
line diff
     1.1 --- a/tar-lang/receipt	Fri Oct 18 17:38:24 2019 +0100
     1.2 +++ b/tar-lang/receipt	Mon Oct 21 17:24:12 2019 +0100
     1.3 @@ -22,7 +22,7 @@
     1.4  	# Copy message file in wanted languages, if available
     1.5  	for locale in $LOCALE_PACK
     1.6  	  do
     1.7 -		[ - $install/usr/share/locale/$locale ] || continue
     1.8 +		[ -d $install/usr/share/locale/$locale ] || continue
     1.9  		mkdir -p $fs/usr/share/locale
    1.10  		cp -a $install/usr/share/locale/$locale	$fs/usr/share/locale
    1.11  	  done