blob: 429410f98142639cc71a0f773ed8fe081b8da019 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- rinse-2.0.orig/bin/rinse
+++ rinse-2.0/bin/rinse
@@ -1144,7 +1144,7 @@
# Run the unpacking command.
#
my $cmd =
- "rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2>/dev/null >/dev/null";
+ "rpm2cpio $file | (cd $CONFIG{'directory'} ; cpio -idm) 2>/dev/null >/dev/null";
if ( $file =~ /(fedora|centos|redhat|mandriva)-release-/ )
{
my $rpmname = basename($file);
|