]> git.phdru.name Git - dotfiles.git/commitdiff
.mc/menu: preserve attributes on untarring
authorOleg Broytman <phd@phdru.name>
Wed, 25 Feb 2015 06:05:33 +0000 (09:05 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 25 Feb 2015 06:05:33 +0000 (09:05 +0300)
.mc/menu

index a97f26cb8e27d9f0f06558feb95554ba3617e522..f549ae4765ba61cd162632acbe68bf437f9bfc46 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -358,7 +358,7 @@ x  Extract the contents of a compressed tar file
       exit 1
       ;;
    esac
-   $PRG %f | tar xvf -
+   $PRG %f | tar xvpf -
 
 + F \.tar\.gz$ | F \.tar\.z$ | F \.tgz$ | F \.tpz$ | F \.tar\.lz$ | F \.tar\.lzma$ | F \.tar\.7z$ | F \.tar\.xz$ | F \.tar\.Z$ | F \.tar\.bz2$ & T r
 X  Extract the contents of an other compressed tar file
@@ -386,7 +386,7 @@ X  Extract the contents of an other compressed tar file
       exit 1
       ;;
    esac
-   $PRG %D/%F | tar xvf -
+   $PRG %D/%F | tar xvpf -
 
 + f \.(bz2|gz|lz|lzma|7z|xz|tar|zip|ZIP|rar|RAR)$ & t r
 x  Extract a compressed file