# HG changeset patch # User Christophe Lincoln # Date 1235783361 -3600 # Node ID 7b7ae0225f494d6c491033d3b88c30ecb8662d5e # Parent 5764ab6c83b0057bf99488bcfde809c3583dde58 tazusb: fix receipt typo diff -r 5764ab6c83b0 -r 7b7ae0225f49 tazusb/receipt --- a/tazusb/receipt Sat Feb 28 00:46:15 2009 +0100 +++ b/tazusb/receipt Sat Feb 28 02:09:21 2009 +0100 @@ -17,7 +17,7 @@ mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE cp -a $src/$PACKAGE $fs/usr/bin cp -a $src/${PACKAGE}box $fs/usr/bin - cp -a $src/applications /usr/share + cp -a $src/applications $fs/usr/share cp -a $src/doc/$PACKAGE.en.html $fs/usr/share/doc/$PACKAGE chmod 755 $fs/usr/bin/* chown -R root.root $fs