From c9e5a68ad5f6febaed4093817fcce2b9a8d80a5b Mon Sep 17 00:00:00 2001 From: Will Woods Date: Thu, 5 Mar 2009 16:50:59 -0500 Subject: Remove -m from cpio command - no need to preserve file times --- debuginfofs-mirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuginfofs-mirror b/debuginfofs-mirror index cf902e6..695cef2 100755 --- a/debuginfofs-mirror +++ b/debuginfofs-mirror @@ -144,7 +144,7 @@ def _unpack_rpm(rpm, targetdir, includepat=None, excludepat=None): if not os.path.isdir(targetdir): os.makedirs(targetdir,mode=0755) os.chdir(targetdir) - cpio = ['cpio','--quiet','-iumd'] + cpio = ['cpio','--quiet','-iud'] if excludepat: cpio += ['-f', excludepat] if includepat: -- cgit