From c9b62e4f088b15184c2ed8f01ea1ee778b045313 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Jul 2018 16:14:48 +0000 Subject: extra/quota-tools: fixed wrong repo --- core/quota-tools/PKGBUILD | 8 -------- extra/quota-tools/PKGBUILD | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 core/quota-tools/PKGBUILD create mode 100644 extra/quota-tools/PKGBUILD diff --git a/core/quota-tools/PKGBUILD b/core/quota-tools/PKGBUILD deleted file mode 100644 index 7e727fe3..00000000 --- a/core/quota-tools/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# temporary fix for FS#59392 -eval "$( - declare -f package | \ - sed ' - /rm.*rpcsvc/d - ' -)" - diff --git a/extra/quota-tools/PKGBUILD b/extra/quota-tools/PKGBUILD new file mode 100644 index 00000000..7e727fe3 --- /dev/null +++ b/extra/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