Pandora port: Fix permissions before creating the .pnd archive

Otherwise the pandora unionfs mount point will show
the correct permissions as root but the normal user
won't be able to start the binary.

-> unionfs messes up the access rights

Change-Id: I79d744f5bdcee342090e95c7a5edeb775429e2f6
This commit is contained in:
Thomas Jarosch 2012-12-26 00:48:06 +01:00
parent 3d842c6549
commit 4effd862fd
1 changed files with 3 additions and 0 deletions

View File

@ -24,5 +24,8 @@ pnd: pnddir $(PND_MAKE) $(DEPFILE) build
# Add docs folder
cp -rf $(ROOTDIR)/docs $(PND_BUILD_DIR)
# Fix up permissions
chmod -R a+r $(PND_BUILD_DIR)
# Invoke pndmake
$(PND_MAKE) -p rockbox.pnd -d $(PND_BUILD_DIR) -x $(PND_BUILD_DIR)/PXML.xml -i $(PND_BUILD_DIR)/rockbox.png -c