--- branches/magellan-next/include/mtools.sminc 2011/06/02 20:44:40 7874 +++ branches/magellan-next/include/mtools.sminc 2011/06/02 20:53:54 7876 @@ -815,5 +815,5 @@ install -d ${BINDIR}/etc/tmpfiles.d || die # install our tmpdfile - install -v -m 0644 -o root -g root ${file} ${BINDIR}/etc/tmpfiles./${tmpdfile} || die + install -v -m 0644 -o root -g root ${file} ${BINDIR}/etc/tmpfiles.d/${tmpdfile} || die }