mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Spelling fixes
This commit is contained in:
parent
460a25f212
commit
9d31a97092
9 changed files with 42 additions and 42 deletions
|
|
@ -61,7 +61,7 @@ mingw-w64-x86_64-xpm-nox
|
|||
mingw-w64-x86_64-lcms2'''.split()
|
||||
|
||||
# Get a list of all dependencies needed for packages mentioned above.
|
||||
# Run `pactree -lu' for each elment of $PKG_REQ
|
||||
# Run `pactree -lu' for each element of $PKG_REQ.
|
||||
pkgs = set()
|
||||
for x in PKG_REQ:
|
||||
pkgs.update(
|
||||
|
|
@ -125,7 +125,7 @@ def gather_source(deps):
|
|||
## mpc, termcap, xpm -- has x86_64, and i686 versions
|
||||
|
||||
## This needs to have been run first at the same time as the
|
||||
## system was udpated.
|
||||
## system was updated.
|
||||
os.mkdir("emacs-src")
|
||||
os.chdir("emacs-src")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue