--- plamo/01_minimum/old/emacs_bin-20170606/PlamoBuild.emacs_bin-24.5 2017-06-06 11:41:56.000000000 +0900 +++ plamo/01_minimum/emacs_bin/PlamoBuild.emacs_bin-24.5 2018-08-17 10:54:39.000000000 +0900 @@ -4,16 +4,17 @@ url="http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.xz" verify= digest= +branch= commitid= pkgbase=emacs_bin vers=24.5 arch=`uname -m` -build=P4 +build=P5 src=emacs-$vers patchfiles="" OPT_CONFIG="--without-all --without-x" DOCS="README INSTALL COPYING BUGS ChangeLog" -template=20170415 +template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -67,17 +68,17 @@ rm $P/usr/bin/emacs{-$vers,} 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 strip_bindir $P/usr/libexec/emacs/$vers/* - touch -t `date '+%m%d0900'` $P/usr/libexec/emacs/$vers/* + TZ=UTC touch -t `date -u '+%m%d0000'` $P/usr/libexec/emacs/$vers/* setup_docdir convert_links tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` tar rvpf $pkg.tar -C $P usr/libexec/emacs tar rvpf $pkg.tar -C $P usr/share/doc/$src - 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