summaryrefslogtreecommitdiff
path: root/core/filesystem/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/filesystem/PKGBUILD')
-rw-r--r--core/filesystem/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
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"
+}