diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-7/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/linux_base-7/Makefile b/emulators/linux_base-7/Makefile index 7c218442a82a..cf9b9b385938 100644 --- a/emulators/linux_base-7/Makefile +++ b/emulators/linux_base-7/Makefile @@ -148,9 +148,12 @@ do-install: done @/sbin/sysctl -w ${FALLBACK_ELF_MIB}=${PREVIOUS_ELF} # -# Install yp.conf as a hint to NIS users +# Install yp.conf as a hint to NIS users and make sure there's a +# mtab in etc, albeit an empty one. This is needed in a couple of +# cases. Most notably staroffice6. # ${INSTALL} ${COPY} -m 644 ${FILESDIR}/yp.conf ${LINUXBASE}/etc + ${TOUCH} ${LINUXBASE}/etc/mtab # # Finish # |