Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordeep-42-thought <github@eckner.net>2017-09-11 15:58:22 +0200
committerGitHub <noreply@github.com>2017-09-11 15:58:22 +0200
commita1b701ff44cfdc1e7fb2892a58d08d79ab805b53 (patch)
tree402797a94bbabf13e84a508a6ce5deeeec8ad4c2 /README.md
parent662cc8b70d1f03fb45308269cb519fdeb20becd6 (diff)
parent4aa40a5f8b5f5220a15a61cd9011db0c365aa828 (diff)
Merge pull request #4 from mstraube/readme
README.md: fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 636bd6d6..bf602523 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# packages
This repository contains the customizations to packages needed to port them to i686 and/or our environment, as well as other package related informations.
-* There are subdirectories `repository/package` which contain new packages and customizations for existent packages to compile for i6868 or adopt to our environment.
+* There are subdirectories `repository/package` which contain new packages and customizations for existent packages to compile for i686 or adopt to our environment.
In case, the files therein exist in the respective original package, the respective original package files are either appended (in case of `PKGBUILD`) or overwritten (for other files).
* The file `blacklist` containes a list of packages which won't be built for i686 (because they can't be built for or are useless on i686).
* The file `extra-from-multilib` contains a list of packages which are in multilib for x86_64, but belong in extra (and not community) for i686.