From d9119c0bc55de95967b3de67be1fc49101a9d896 Mon Sep 17 00:00:00 2001 From: Dmytro Milinevskyy Date: Wed, 16 Jun 2010 23:22:40 +0300 Subject: move default skeleton to fs/ and drop busybox skeleton [Peter: fixup patch, adjust for busybox.mk changes] Signed-off-by: Dmytro Milinevskyy Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- target/generic/target_skeleton/root/.bash_profile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 target/generic/target_skeleton/root/.bash_profile (limited to 'target/generic/target_skeleton/root/.bash_profile') diff --git a/target/generic/target_skeleton/root/.bash_profile b/target/generic/target_skeleton/root/.bash_profile deleted file mode 100644 index 27bf14953..000000000 --- a/target/generic/target_skeleton/root/.bash_profile +++ /dev/null @@ -1,15 +0,0 @@ -# .bash_profile - -export PATH=\ -/bin:\ -/sbin:\ -/usr/bin:\ -/usr/sbin:\ -/usr/bin/X11:\ -/usr/local/bin - -umask 022 - -if [ -f ~/.bashrc ]; then - source ~/.bashrc -fi -- cgit v1.2.3