pnd_make.sh: use root uid/gid for squashfs, not user's
authorGrazvydas Ignotas <notasas@gmail.com>
Tue, 11 Jun 2013 22:42:46 +0000 (01:42 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 11 Jun 2013 22:50:29 +0000 (01:50 +0300)
commit6f277b9a9e9b4b6a642bc1e82028d5394faaae49
tree0aa0eaa89e98313055a7122c5c2283b1c42f7190
parent9b831f0939db20de62b8c35289508bc9a0a7d39d
pnd_make.sh: use root uid/gid for squashfs, not user's

there is no point using uid/gid of current user that's creating the
.pnd (which can be almost any uid/gid as it's on the host system),
the SD card/appdata is owned by root by default, so archived
files should be too.

It's also the reason why it wasn't possible to update existing files
(appdata and pnd uid/git did not match), but also right permissions
must be set.
testdata/scripts/pnd_make.sh