]> git.phdru.name Git - dotfiles.git/commitdiff
mc.menu: fix a bug - no need to name the archive
authorOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 18:34:24 +0000 (21:34 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 18:35:00 +0000 (21:35 +0300)
.mc/menu

index 1161ca1542f36a7c901678fa87250fea8f2ebe0a..78d4a8f93cafc32b2b30741b300c7e3511098e9f 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -253,23 +253,23 @@ z  bzip2 the file/directory
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  gzip the file/directory
-   exec gzip -9 %f.gz %f
+   exec gzip -9 %f
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  lzip the file/directory
-   exec lzip -9 %f.lz %f
+   exec lzip -9 %f
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  lzma the file/directory
-   exec lzma -9 %f.lzma %f
+   exec lzma -9 %f
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  7z the file/directory
-   exec 7z -9 %f.7z %f
+   exec 7z -9 %f
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  xz the file/directory
-   exec xz -9 %f.xz %f
+   exec xz -9 %f
 
 + ! f \.bz2$ & ! f \.gz$ & ! f \.lz$ & ! f \.lzma$ & ! f \.7z$ & ! f \.xz$ & ! f \.(zip|ZIP)$
 z  zip the file/directory