Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imx53loco: Fix post-image.sh permission
@ 2016-06-02 22:22 Fabio Estevam
  2016-06-02 22:48 ` Yann E. MORIN
  2016-06-03  7:51 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2016-06-02 22:22 UTC (permalink / raw)
  To: buildroot

Fix post-image.sh permission to avoid the following error:

>>>   Executing post-image script board/freescale/imx53loco/post-image.sh
/bin/bash: board/freescale/imx53loco/post-image.sh: Permission denied

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 board/freescale/imx53loco/post-image.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 board/freescale/imx53loco/post-image.sh

diff --git a/board/freescale/imx53loco/post-image.sh b/board/freescale/imx53loco/post-image.sh
old mode 100644
new mode 100755
-- 
1.9.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-03  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-02 22:22 [Buildroot] [PATCH] imx53loco: Fix post-image.sh permission Fabio Estevam
2016-06-02 22:48 ` Yann E. MORIN
2016-06-03  7:51 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox