diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 10:52:33 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-18 10:52:33 (EDT) |
commit | b3b32327e371d87a4ef36727b840c0e844b6f148 (patch) | |
tree | 6ceb582293fb9c943b0fa24e5864051ddeeb55e1 /NEWS | |
parent | b7775e4610de8d92d73a1321f3127f1646c76762 (diff) |
ob-buildopk: Use touch -t
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ opkbuild version 4.1.1 Released: ????-??-?? +Utilities: + + * ob-buildopk now uses the "touch" utility's "-t" option instead of + "-d". Both are required by POSIX, but BusyBox supports only the + argument format of the former. + libopkbuild: * A new function ob_touch_t_gmtime() has been added. |