summaryrefslogtreecommitdiff
path: root/src/stage3/patches/generic/quota-tools.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage3/patches/generic/quota-tools.patch')
-rw-r--r--src/stage3/patches/generic/quota-tools.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stage3/patches/generic/quota-tools.patch b/src/stage3/patches/generic/quota-tools.patch
new file mode 100644
index 0000000..0a4bfbc
--- /dev/null
+++ b/src/stage3/patches/generic/quota-tools.patch
@@ -0,0 +1,10 @@
+diff -rupN a/PKGBUILD b/PKGBUILD
+--- a/PKGBUILD 2018-06-05 14:37:14.328523627 +0200
++++ b/PKGBUILD 2018-06-05 15:24:50.468552125 +0200
+@@ -28,5 +28,5 @@ package() {
+ head -33 quota.c > "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+ # remove conflicts with glibc
+- rm "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
++ rm -f "${pkgdir}"/usr/include/rpcsvc/rquota.{h,x}
+ }