summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-04-06 14:30:35 +0200
committerJulien Nicoulaud2019-04-06 14:30:35 +0200
commit1ab41f951d815260fbec7569be031fda2bd1de59 (patch)
treeaf0ef78c470a20e882e31a6641c062b54bea8dbf
parente369d00c4a8563983e845a68a83625746d210a72 (diff)
downloadaur-1ab41f951d815260fbec7569be031fda2bd1de59.tar.gz
add link to PR
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e92143273c87..fc2bf1771d18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ prepare() {
# build system expects the directory to be named "oomd"
ln -s "${pkgname}-${pkgver}" "${srcdir}/${pkgname}"
- # example config is invalid
+ # see https://github.com/facebookincubator/oomd/pull/60
patch -p 0 --forward --input="${srcdir}/${pkgname}-fix-example-config.patch"
}