wok rev 19289

buildbot: fix typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 06 10:44:58 2016 +0300 (2016-07-06)
parents a511baf85854
children f6af821600e6
files buildbot/receipt
line diff
     1.1 --- a/buildbot/receipt	Wed Jul 06 10:09:09 2016 +0300
     1.2 +++ b/buildbot/receipt	Wed Jul 06 10:44:58 2016 +0300
     1.3 @@ -26,5 +26,5 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a $install/* $fs
     1.7 -	rm $fs/usr/share/man
     1.8 +	rm -r $fs/usr/share/man
     1.9  }