Changeset 13763 in hybrid for branches/releng-11


Ignore:
Timestamp:
Jan 21, 2017, 11:57:03 PM (8 years ago)
Author:
rick
Message:

Command has to be executed within the chroot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/cfg/nanobsd.wleiden

    r13756 r13763  
    301301# Update databases of tooling like locate and apropos
    302302cust_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`'
    304304        chroot ${NANO_WORLDDIR} "/usr/libexec/locate.updatedb"
    305305}
Note: See TracChangeset for help on using the changeset viewer.