Do not abort if chown/chmod fails but the file is already correct
authorMichael Schroeder <mls@suse.de>
Tue, 17 May 2011 12:46:54 +0000 (15:46 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 17 May 2011 12:46:54 +0000 (15:46 +0300)
commit09d554da62ce84823849138a55a2ba0e72dd17f0
tree558d6d12502c205faf59bba346a2da0754c3c3f2
parent39800e901e2258685d1fc34e1e9a7b8a058e11ce
Do not abort if chown/chmod fails but the file is already correct
- This small patch makes rpm not abort the installation if
  chown()/chmod() failed but the files already have the correct
  ownership/mode. It also allows a failed mtime update on directories.

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
lib/fsm.c