Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] skeleton/etc/profile: remove /usr/bin/X11 from PATH
@ 2014-10-19 23:30 Gustavo Zacarias
  2014-10-19 23:30 ` [Buildroot] [PATCH 2/3] skeleton/root/.bash_profile: don't set PATH Gustavo Zacarias
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2014-10-19 23:30 UTC (permalink / raw)
  To: buildroot

That directory has been unused for ages so remove it.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 system/skeleton/etc/profile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/system/skeleton/etc/profile b/system/skeleton/etc/profile
index 31d3180..640f6f1 100644
--- a/system/skeleton/etc/profile
+++ b/system/skeleton/etc/profile
@@ -5,7 +5,6 @@ export PATH=\
 /sbin:\
 /usr/bin:\
 /usr/sbin:\
-/usr/bin/X11:\
 /usr/local/bin
 
 # If running interactively, then:
-- 
2.0.4

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

end of thread, other threads:[~2014-10-25 16:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-19 23:30 [Buildroot] [PATCH 1/3] skeleton/etc/profile: remove /usr/bin/X11 from PATH Gustavo Zacarias
2014-10-19 23:30 ` [Buildroot] [PATCH 2/3] skeleton/root/.bash_profile: don't set PATH Gustavo Zacarias
2014-10-21 17:20   ` Yann E. MORIN
2014-10-19 23:30 ` [Buildroot] [PATCH 3/3] skeleton/etc/profile: drop aliases Gustavo Zacarias
2014-10-21 17:21   ` Yann E. MORIN
2014-10-20 19:11 ` [Buildroot] [PATCH 1/3] skeleton/etc/profile: remove /usr/bin/X11 from PATH Arnout Vandecappelle
2014-10-21 17:20 ` Yann E. MORIN
2014-10-25 16:40 ` Peter Korsgaard

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