diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 14:15:30 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-17 14:38:00 (EDT) |
commit | 4351e99efdc4e66b441e001b91c5b942c706331b (patch) | |
tree | 9e7fdfdf4934c3d525f556064116566da018e8e2 /NEWS | |
parent | e90bfa447904d9621782213ef87bd8592ec026fa (diff) |
ob_get_system_path(): Allow overriding DATADIR
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -27,6 +27,8 @@ libopkbuild: ob_substvars() are now covered by the test suite. * ob_get_system_path() with the "platconf" path_id now accepts a single "plat" argument. The three-argument form is now deprecated. + * ob_get_system_path() with the "buildflags" or "platconf" path_id now + accepts an "OB_TEST_DATADIR" to override the data directory prefix. [1]: https://reproducible-builds.org/specs/source-date-epoch/ |