Index: mage/usr/lib/mage/mage4.functions.sh =================================================================== --- mage/usr/lib/mage/mage4.functions.sh (Revision 1273) +++ mage/usr/lib/mage/mage4.functions.sh (Arbeitskopie) @@ -272,7 +272,15 @@ echo -en "${COLDEFAULT}" echo " === FILE: ${MROOT}${pathto}" fi - # simply do nothing here + # simply do nothing here - only fix mtime + fix_descriptor ${pkgname}/.files \ + "${pathto}" \ + "${posix}" \ + "${user}" \ + "${group}" \ + "$(fix_mtime "${BUILDDIR}/${pkgname}"/.mtime \ + "${MROOT}${pathto}")" \ + "${md5sum}" ;; esac done < ${BUILDDIR}/${pkgname}/.files