1
0
mirror of https://gitlab.alpinelinux.org/alpine/alpine-baselayout.git synced 2025-04-19 09:42:19 +03:00

release 1.3.1

This commit is contained in:
ncopa 2007-04-26 15:34:15 +00:00
parent 5769c059db
commit a86ec8f08a
2 changed files with 3 additions and 3 deletions

View File

@ -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" > $@

2
hosts
View File

@ -1 +1 @@
-e 127.0.0.1 localhost
127.0.0.1 localhost