Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
alpine-conf
Commits
41ae5b85
Commit
41ae5b85
authored
Jun 11, 2014
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-timezone: move /etc/zoneinfo/localtime to /etc/localtime
This is what upstream musl does.
parent
c1a51c03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup-timezone.in
setup-timezone.in
+2
-2
No files found.
setup-timezone.in
View file @
41ae5b85
...
@@ -53,8 +53,8 @@ setup_tz() {
...
@@ -53,8 +53,8 @@ setup_tz() {
cp
"
$zonepath
"
"
${
ROOT
}
"
etc/zoneinfo/
$zdir
/
cp
"
$zonepath
"
"
${
ROOT
}
"
etc/zoneinfo/
$zdir
/
zonepath
=
/etc/zoneinfo/
$zone
zonepath
=
/etc/zoneinfo/
$zone
fi
fi
rm
-f
"
${
ROOT
}
"
etc/
zoneinfo/
localtime
rm
-f
"
${
ROOT
}
"
etc/localtime
ln
-s
"
$zonepath
"
"
${
ROOT
}
"
etc/
zoneinfo/
localtime
ln
-s
"
$zonepath
"
"
${
ROOT
}
"
etc/localtime
}
}
INSTALL_TZDATA
=
false
INSTALL_TZDATA
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment