diff options
author | Erich Eckner <git@eckner.net> | 2018-05-08 13:54:40 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-08 13:54:40 +0200 |
commit | 7551e3e14da6d17da0eeeef0672cde712872581a (patch) | |
tree | 25fc9e5f220990ea1722e64359c73f92552888f6 | |
parent | 657bd2a89cdd2cf95f8083598f747ceb23811051 (diff) | |
download | packages-7551e3e14da6d17da0eeeef0672cde712872581a.tar.xz |
core/filesystem: ID_LIKE should not be "archlinux32", but rather "arch archlinux"
-rw-r--r-- | core/filesystem/os-release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/filesystem/os-release b/core/filesystem/os-release index f598b925..89854294 100644 --- a/core/filesystem/os-release +++ b/core/filesystem/os-release @@ -1,7 +1,7 @@ NAME="Arch Linux 32" PRETTY_NAME="Arch Linux 32" ID=arch32 -ID_LIKE=archlinux32 +ID_LIKE="arch archlinux" ANSI_COLOR="0;36" HOME_URL="https://www.archlinux32.org/" SUPPORT_URL="https://bbs.archlinux32.org/" |