mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-30 10:51:39 +02:00
12 lines
528 B
Diff
12 lines
528 B
Diff
--- 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);
|