Changeset 13763 in hybrid for branches/releng-11
- Timestamp:
- Jan 21, 2017, 11:57:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/cfg/nanobsd.wleiden
r13756 r13763 301 301 # Update databases of tooling like locate and apropos 302 302 cust_update_databases() { 303 chroot ${NANO_WORLDDIR} "/usr/libexec/makewhatis.local `/usr/bin/manpath -q`"303 chroot ${NANO_WORLDDIR} sh -c '/usr/libexec/makewhatis.local `/usr/bin/manpath -q`' 304 304 chroot ${NANO_WORLDDIR} "/usr/libexec/locate.updatedb" 305 305 }
Note:
See TracChangeset
for help on using the changeset viewer.