|
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
#
|
|
|
# Filename: package/.../tzdata/no-update-localtime.patch
|
|
|
# Copyright (C) 2015 - 2020 The OpenSDE Project
|
|
|
#
|
|
|
# More information can be found in the files COPYING and README.
|
|
|
#
|
|
|
# This patch file is dual-licensed. It is available under the license the
|
|
|
# patched project is licensed under, as long as it is an OpenSource license
|
|
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
|
# of the GNU General Public License as published by the Free Software
|
|
|
# Foundation; either version 2 of the License, or (at your option) any later
|
|
|
# version.
|
|
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
don't touch /etc/localtime
|
|
|
|
|
|
--- ./Makefile.orig 2016-05-10 13:30:29.795286175 +0300
|
|
|
+++ ./Makefile 2016-05-10 13:41:17.395286175 +0300
|
|
|
@@ -564,7 +564,7 @@
|
|
|
'$(DESTDIR)$(LIBDIR)' \
|
|
|
'$(DESTDIR)$(MANDIR)/man3' '$(DESTDIR)$(MANDIR)/man5' \
|
|
|
'$(DESTDIR)$(MANDIR)/man8'
|
|
|
- $(ZIC_INSTALL) -l $(LOCALTIME) \
|
|
|
+ $(ZIC_INSTALL) \
|
|
|
`case '$(POSIXRULES)' in ?*) echo '-p';; esac \
|
|
|
` $(POSIXRULES) \
|
|
|
-t '$(DESTDIR)$(TZDEFAULT)'
|
|
|
|