# HG changeset patch # User Pascal Bellard # Date 1507802277 -7200 # Node ID 3801a162aec84701fd8052a03d1324cf660a6eaf # Parent 1d426143c715a1c832454866d9d85afb44c559a0 ponyprog-qt: typo diff -r 1d426143c715 -r 3801a162aec8 ponyprog-qt/receipt --- a/ponyprog-qt/receipt Thu Oct 12 11:31:13 2017 +0200 +++ b/ponyprog-qt/receipt Thu Oct 12 11:57:57 2017 +0200 @@ -35,5 +35,5 @@ mkdir -p $fs/usr/bin $fs/usr/share/applications cp -a $src/build/ponyprog $fs/usr/bin cp -a $src/desktop/*.desktop $fs/usr/share/applications - chown -r root:root $fs + chown -R root:root $fs }