summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--hosts2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 65cc3a8..4c1edea 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=1.3
+VERSION=1.3.1
PV =alpine-baselayout-$(VERSION)
TARBALL =$(PV).tar.gz
@@ -38,7 +38,7 @@ hostname:
echo localhost > hostname
hosts:
- echo -e "127.0.0.1\tlocalhost" > hosts
+ echo "127.0.0.1 localhost" > hosts
profile:
echo "export PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin" > $@
diff --git a/hosts b/hosts
index 08450f4..ba712fe 100644
--- a/hosts
+++ b/hosts
@@ -1 +1 @@
--e 127.0.0.1 localhost
+127.0.0.1 localhost