From 614341c14c82e7b8973023eacf8ba2f8ea9ff240 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Jul 2018 16:11:13 +0000 Subject: core/quota-tools: fix for FS#59392 --- core/quota-tools/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 core/quota-tools/PKGBUILD (limited to 'core') diff --git a/core/quota-tools/PKGBUILD b/core/quota-tools/PKGBUILD new file mode 100644 index 00000000..7e727fe3 --- /dev/null +++ b/core/quota-tools/PKGBUILD @@ -0,0 +1,8 @@ +# temporary fix for FS#59392 +eval "$( + declare -f package | \ + sed ' + /rm.*rpcsvc/d + ' +)" + -- cgit v1.2.3-54-g00ecf