wok rev 20115
ponyprog-qt: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 12 11:57:57 2017 +0200 (2017-10-12) |
parents | 1d426143c715 |
children | 2b4a27117cfb |
files | ponyprog-qt/receipt |
line diff
1.1 --- a/ponyprog-qt/receipt Thu Oct 12 11:31:13 2017 +0200 1.2 +++ b/ponyprog-qt/receipt Thu Oct 12 11:57:57 2017 +0200 1.3 @@ -35,5 +35,5 @@ 1.4 mkdir -p $fs/usr/bin $fs/usr/share/applications 1.5 cp -a $src/build/ponyprog $fs/usr/bin 1.6 cp -a $src/desktop/*.desktop $fs/usr/share/applications 1.7 - chown -r root:root $fs 1.8 + chown -R root:root $fs 1.9 }