]> git.eshelyaron.com Git - emacs.git/commitdiff
Add dired support for compressing .pax files
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 21 Jan 2021 16:08:28 +0000 (17:08 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 21 Jan 2021 16:08:28 +0000 (17:08 +0100)
* lisp/dired-aux.el (dired-compress-files-alist): Add support for
compressing .pax files (bug#40135).

lisp/dired-aux.el

index 5a96742fda9c40b2b783bdaf4e0e0748ba72dfbc..f860743a06669d6ddb78aa7b27310f8e371ed1fb 100644 (file)
@@ -1168,7 +1168,8 @@ ARGS are command switches passed to PROGRAM.")
     ("\\.tar\\.bz2\\'" . "tar -cf - %i | bzip2 -c9 > %o")
     ("\\.tar\\.xz\\'" . "tar -cf - %i | xz -c9 > %o")
     ("\\.tar\\.zst\\'" . "tar -cf - %i | zstd -19 -o %o")
-    ("\\.zip\\'" . "zip %o -r --filesync %i"))
+    ("\\.zip\\'" . "zip %o -r --filesync %i")
+    ("\\.pax\\'" . "pax -wf %o %i"))
   "Control the compression shell command for `dired-do-compress-to'.
 
 Each element is (REGEXP . CMD), where REGEXP is the name of the