--- plamo/05_ext/Inputmethods.txz/old/anthy-20180724/PlamoBuild.anthy-9100h 2018-07-24 19:16:04.000000000 +0900 +++ plamo/05_ext/Inputmethods.txz/anthy/PlamoBuild.anthy-9100h 2018-08-16 12:54:58.000000000 +0900 @@ -9,7 +9,7 @@ pkgbase=anthy vers=9100h arch=`uname -m` -build=P3 +build=P4 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="" @@ -17,7 +17,7 @@ `echo doc/{LEARNING,ELISP,SPLITTER,GRAMMAR,MISC,DICLIB,ILIB,GUIDE}` `echo doc/{protocol.txt,GLOSSARY,LIB,DICUTIL,00INDEX,POS,GUIDE.english}` doc/TESTING INSTALL" -template=20170713 +template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,8 +70,8 @@ done touch $W/i.et cd $W - find $P ! -type l -newer i.st ! -newer i.et \ - -exec touch -t `date '+%m%d0900'` {} \; + TZ=UTC find $P ! -type l -newer i.st ! -newer i.et \ + -exec touch -t `date -u '+%m%d0000'` {} \; compress setup_docdir convert_links @@ -80,10 +80,11 @@ `cd $P ; find usr/$libdir ! -name pkgconfig | tail -n+2` tar rvpf $pkg.tar -C $P usr/include/anthy tar rvpf $pkg.tar -C $P usr/share/emacs/site-lisp/anthy + tar rvpf $pkg.tar -C $P usr/share/anthy tar rvpf $pkg.tar -C $P etc/anthy-conf tar rvpf $pkg.tar -C $P usr/share/doc/$src tar rvpf $pkg.tar -C $P install/doinst.sh - touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz - mv $pkg.tar.xz $pkg.txz + TZ=UTC touch -t `date -u '+%m%d0000'` $pkg.tar + xz $pkg.tar ; touch $pkg.tar.xz ; mv $pkg.tar.xz $pkg.txz cleanup fi