Skip to content

Commit

Permalink
fix package script
Browse files Browse the repository at this point in the history
  • Loading branch information
guangming wan committed Jun 4, 2019
1 parent cbdc079 commit da6598e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ cp -R lib ipkg/home/retrofw/apps/qtxtReader/lib

cd ipkg

tar -czf control.tar.gz control
tar -czf data.tar.gz home
tar -czf control.tar.gz control --owner=0 --group=0
tar -czf data.tar.gz home --owner=0 --group=0
ar rv qtxtReader.ipk control.tar.gz data.tar.gz debian-binary

cd ..
Expand Down
Binary file removed wenquanyi_120_50.qpf
Binary file not shown.
Binary file removed wenquanyi_130_50.qpf
Binary file not shown.
Binary file removed wenquanyi_150_50.qpf
Binary file not shown.
Binary file removed wenquanyi_160_50.qpf
Binary file not shown.

0 comments on commit da6598e

Please sign in to comment.