# HG changeset patch # User Christophe Lincoln # Date 1235772291 -3600 # Node ID da99e1faadb3f4347685e1ca3e3d330fc38617c2 # Parent ce7a26bde65347ceebe3de1c0e41286f8ace2c09 tazusb: ... pack tazusbbox and desktop file diff -r ce7a26bde653 -r da99e1faadb3 tazusb/receipt --- a/tazusb/receipt Fri Feb 27 22:59:59 2009 +0100 +++ b/tazusb/receipt Fri Feb 27 23:04:51 2009 +0100 @@ -16,7 +16,9 @@ { mkdir -p $fs/usr/bin $fs/usr/share/doc/$PACKAGE cp -a $src/$PACKAGE $fs/usr/bin - chmod 755 $fs/usr/bin/$PACKAGE + cp -a $src/${PACKAGE}box $fs/usr/bin + cp -a $src/applications /usr/share cp -a $src/doc/$PACKAGE.en.html $fs/usr/share/doc/$PACKAGE + chmod 755 $fs/usr/bin/* chown -R root.root $fs }