From 0a7f17ea623d4e679fcd66f268841812c0c1497b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 8 May 2018 14:11:53 +0200 Subject: core/filesystem: use a patch and add checksum --- core/filesystem/PKGBUILD | 6 ++++++ core/filesystem/os-release | 8 -------- core/filesystem/os-release.patch | Bin 0 -> 562 bytes 3 files changed, 6 insertions(+), 8 deletions(-) delete mode 100644 core/filesystem/os-release create mode 100644 core/filesystem/os-release.patch diff --git a/core/filesystem/PKGBUILD b/core/filesystem/PKGBUILD index e69de29b..0cf13c7c 100644 --- a/core/filesystem/PKGBUILD +++ b/core/filesystem/PKGBUILD @@ -0,0 +1,6 @@ +source+=('os-release.patch') +md5sums+=('6ec952a2bbb95ea3d73e0afcf5703c49') + +prepare() { + patch -p1 -i "$srcdir/os-release.patch" +} diff --git a/core/filesystem/os-release b/core/filesystem/os-release deleted file mode 100644 index 89854294..00000000 --- a/core/filesystem/os-release +++ /dev/null @@ -1,8 +0,0 @@ -NAME="Arch Linux 32" -PRETTY_NAME="Arch Linux 32" -ID=arch32 -ID_LIKE="arch archlinux" -ANSI_COLOR="0;36" -HOME_URL="https://www.archlinux32.org/" -SUPPORT_URL="https://bbs.archlinux32.org/" -BUG_REPORT_URL="https://bugs.archlinux32.org/" diff --git a/core/filesystem/os-release.patch b/core/filesystem/os-release.patch new file mode 100644 index 00000000..e7372c98 Binary files /dev/null and b/core/filesystem/os-release.patch differ -- cgit v1.2.3-54-g00ecf