Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] skeleton: Recreate /var/run symlink
@ 2016-02-10 20:26 Maxime Hadjinlian
  2016-02-10 20:32 ` Arnout Vandecappelle
  2016-02-11 22:20 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Hadjinlian @ 2016-02-10 20:26 UTC (permalink / raw)
  To: buildroot

It was the only one with a trailing slash, it's only for coherence's
sake.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 system/skeleton/var/run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/system/skeleton/var/run b/system/skeleton/var/run
index d1a2745..84ba55b 120000
--- a/system/skeleton/var/run
+++ b/system/skeleton/var/run
@@ -1 +1 @@
-../run/
\ No newline at end of file
+../run
\ No newline at end of file
-- 
2.7.0

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

end of thread, other threads:[~2016-02-11 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 20:26 [Buildroot] [PATCH] skeleton: Recreate /var/run symlink Maxime Hadjinlian
2016-02-10 20:32 ` Arnout Vandecappelle
2016-02-11 22:20 ` Peter Korsgaard

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