summaryrefslogtreecommitdiffstats
path: root/debuginfofs-mirror
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-03-05 16:50:59 -0500
committerWill Woods <wwoods@redhat.com>2009-03-05 16:50:59 -0500
commitc9e5a68ad5f6febaed4093817fcce2b9a8d80a5b (patch)
treee3031a9e30aa85ac1c2ae29925df2f84f23de307 /debuginfofs-mirror
parent6feb4a62f81f9746b8ad4d78e0b2a77ad8f0ca20 (diff)
downloaddebuginfofs-c9e5a68ad5f6febaed4093817fcce2b9a8d80a5b.tar.gz
debuginfofs-c9e5a68ad5f6febaed4093817fcce2b9a8d80a5b.tar.xz
debuginfofs-c9e5a68ad5f6febaed4093817fcce2b9a8d80a5b.zip
Remove -m from cpio command - no need to preserve file times
Diffstat (limited to 'debuginfofs-mirror')
-rwxr-xr-xdebuginfofs-mirror2
1 files changed, 1 insertions, 1 deletions
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: