X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=tpkg;h=01cf38e2d84d963c581b93849359bbb65e70f7f0;hb=HEAD;hp=a9b30246c7e12294242882b7775cb9d998910c0a;hpb=56c4259105cbc928e1c66afaffddabceda2b2e2c;p=tpkg.git diff --git a/tpkg b/tpkg index a9b3024..01cf38e 100755 --- a/tpkg +++ b/tpkg @@ -268,7 +268,7 @@ def install(pfx, pkg, pkgname): pass raise os.rename(tmpp, tp) - os.utime(tp, ns=(time.time() * 1e9, sb.st_mtime * 1e9)) + os.utime(tp, ns=(round(time.time() * 1e9), round(sb.st_mtime * 1e9))) def uninstall(pfx, pkg): for fn in pfx.pkgfiles(pkg):