diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-09-13 12:10:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-09-13 12:10:14 +0000 |
commit | 9efb0e8733d7d48bc2ee3054e85f0d4827db49a9 (patch) | |
tree | 26fa0d95a72d7d9aa52ca27eafc6e2bc6be880ce /perl-install/install_any.pm | |
parent | 3e7ac9af750f6c4968d38ea5e6717a4940db7dc2 (diff) | |
download | drakx-backup-do-not-use-9efb0e8733d7d48bc2ee3054e85f0d4827db49a9.tar drakx-backup-do-not-use-9efb0e8733d7d48bc2ee3054e85f0d4827db49a9.tar.gz drakx-backup-do-not-use-9efb0e8733d7d48bc2ee3054e85f0d4827db49a9.tar.bz2 drakx-backup-do-not-use-9efb0e8733d7d48bc2ee3054e85f0d4827db49a9.tar.xz drakx-backup-do-not-use-9efb0e8733d7d48bc2ee3054e85f0d4827db49a9.zip |
no_comment
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 4c96920a0..0820eb24e 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -138,6 +138,6 @@ sub install_cpio { eval { commands::rm "-r", $dir }; mkdir $dir, 0755; - run_program::run("cd $dir ; bzip2 -cd $cpio | cpio -i $name"); + run_program::run("cd $dir ; bzip2 -cd $cpio | cpio -id $name $name/*"); "$dir/$name"; } |