From 91e7c2c5093973685edb06d81ea06993e496cc80 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Wed, 26 Dec 2012 00:48:06 +0100 Subject: [PATCH] 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 --- packaging/pandora/pandora.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging/pandora/pandora.make b/packaging/pandora/pandora.make index 8a9e054584..c0a0ef991d 100644 --- a/packaging/pandora/pandora.make +++ b/packaging/pandora/pandora.make @@ -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 -- 2.11.4.GIT