Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] -lsof was unable to patch Makefile.skel due to bad file permissions. Adding chmod solves it. (openSUSE)
@ 2011-10-19 20:55 Damian Kaczmarek
  2011-10-19 21:27 ` Yann E. MORIN
  2011-10-19 22:46 ` Arnout Vandecappelle
  0 siblings, 2 replies; 6+ messages in thread
From: Damian Kaczmarek @ 2011-10-19 20:55 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Damian Kaczmarek <damian@veritymedical.co.uk>
---
 package/lsof/lsof.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk
index ff76f92..bfdfee3 100644
--- a/package/lsof/lsof.mk
+++ b/package/lsof/lsof.mk
@@ -35,6 +35,7 @@ endif
 # The .tar.bz2 contains another .tar, which contains the source code.
 define LSOF_EXTRACT_TAR
 	$(TAR) $(TAR_STRIP_COMPONENTS)=1 -xf $(@D)/lsof_$(LSOF_VERSION)_src.tar -C $(@D)
+	chmod +w -R $(@D)
 	rm -f $(@D)/lsof_$(LSOF_VERSION)_src.tar
 endef
 
-- 
1.7.3.4

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

end of thread, other threads:[~2011-10-20 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-19 20:55 [Buildroot] [PATCH] -lsof was unable to patch Makefile.skel due to bad file permissions. Adding chmod solves it. (openSUSE) Damian Kaczmarek
2011-10-19 21:27 ` Yann E. MORIN
2011-10-19 22:46 ` Arnout Vandecappelle
2011-10-20 11:22   ` Yann E. MORIN
2011-10-20 12:48     ` Arnout Vandecappelle
2011-10-20 19:45       ` Yann E. MORIN

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