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 | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 core/filesystem/os-release create mode 100644 core/filesystem/os-release.patch (limited to 'core/filesystem') 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 --- /dev/null +++ b/core/filesystem/os-release.patch @@ -0,0 +1,18 @@ +--- a/os-release 2018-01-05 20:17:15.000000000 +0100 ++++ b/os-release 2018-05-08 13:53:44.625827911 +0200 +@@ -1,8 +1,8 @@ +-NAME="Arch Linux" +-PRETTY_NAME="Arch Linux" +-ID=arch +-ID_LIKE=archlinux ++NAME="Arch Linux 32" ++PRETTY_NAME="Arch Linux 32" ++ID=arch32 ++ID_LIKE="arch archlinux" + ANSI_COLOR="0;36" +-HOME_URL="https://www.archlinux.org/" +-SUPPORT_URL="https://bbs.archlinux.org/" +-BUG_REPORT_URL="https://bugs.archlinux.org/" ++HOME_URL="https://www.archlinux32.org/" ++SUPPORT_URL="https://bbs.archlinux32.org/" ++BUG_REPORT_URL="https://bugs.archlinux32.org/" -- cgit v1.2.3