diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-09-15 10:52:55 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-09-15 10:52:55 +0300 |
commit | 1fc52830508c35ada75c3ac3687ae5a0ef6b2816 (patch) | |
tree | bcfb467b7d25f7fbb5215ce248496f80d4c52eb2 /INSTALL | |
parent | 24f240d51e0da1d36950907a753273ecd8ea2075 (diff) | |
download | emacs-1fc52830508c35ada75c3ac3687ae5a0ef6b2816.tar.gz emacs-1fc52830508c35ada75c3ac3687ae5a0ef6b2816.tar.bz2 emacs-1fc52830508c35ada75c3ac3687ae5a0ef6b2816.zip |
; INSTALL: Fix a typo in the last commit.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ configure Emacs with. On Debian-based systems, you can install all the packages needed to build the installed version of Emacs with a command like 'apt-get build-dep emacs' (on older systems, replace 'emacs' with eg 'emacs25'). On Red Hat-based systems, the corresponding command is -'dnf builddep emacs' (or older systems, use 'yum-builddep' instead). +'dnf builddep emacs' (on older systems, use 'yum-builddep' instead). DETAILED BUILDING AND INSTALLATION: |