correct usage of uuencode in po-mode.el since we're not using GNU
uuencode; from FreeBSD
This commit is contained in:
parent
01ffa0afd0
commit
b4c693d0ce
11
devel/gettext/patches/patch-ac
Normal file
11
devel/gettext/patches/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- misc/po-mode.el.orig Sun Jan 30 12:22:43 2000
|
||||
+++ misc/po-mode.el Sun Jan 30 12:22:55 2000
|
||||
@@ -330,7 +330,7 @@
|
||||
:type 'face
|
||||
:group 'po)
|
||||
|
||||
-(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
|
||||
+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
|
||||
"*The filter to use for preparing a mail invoice of the PO file.
|
||||
Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
|
||||
or remove the -m if you are not using the GNU version of `uuencode'."
|
Loading…
Reference in New Issue
Block a user