summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371>2007-04-26 15:34:15 +0000
committerncopa <ncopa@f176ef85-8d20-0410-844a-e957b5a1c371>2007-04-26 15:34:15 +0000
commita86ec8f08aebe6e76af9e2e3e1a0bec0d8e9f9e6 (patch)
tree4228b803d56e44ea1c2238ddd5bbbb7ad5291cf1
parent5769c059dbebf479811a4d98c9504deb2a3e7fd8 (diff)
downloadalpine-baselayout-a86ec8f08aebe6e76af9e2e3e1a0bec0d8e9f9e6.tar.bz2
alpine-baselayout-a86ec8f08aebe6e76af9e2e3e1a0bec0d8e9f9e6.tar.xz
release 1.3.1
-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