summaryrefslogtreecommitdiffstats
path: root/source/a/glibc-zoneinfo/timezone-scripts/parts/00
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/glibc-zoneinfo/timezone-scripts/parts/00')
-rw-r--r--source/a/glibc-zoneinfo/timezone-scripts/parts/003
1 files changed, 1 insertions, 2 deletions
diff --git a/source/a/glibc-zoneinfo/timezone-scripts/parts/00 b/source/a/glibc-zoneinfo/timezone-scripts/parts/00
index 56b6e8695..9174637e9 100644
--- a/source/a/glibc-zoneinfo/timezone-scripts/parts/00
+++ b/source/a/glibc-zoneinfo/timezone-scripts/parts/00
@@ -59,10 +59,9 @@ setzone()
-L $T_PX/usr/share/zoneinfo/$TZ -o \
-L /var/log/mount/usr/share/zoneinfo/$TZ ]; then
rm -f localtime-copied-from
- ln -sf /usr/share/zoneinfo/$TZ localtime-copied-from
rm -f localtime
+ ln -sf /usr/share/zoneinfo/$TZ localtime
cd ..
- chroot . cp etc/localtime-copied-from etc/localtime
fi
}