From d0a0b0a7564da67005570735027ab94b4283188e Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 29 Oct 2018 18:14:19 +0100 Subject: extra/xfce4-diskperf-plugin: hotfix for FS#60632 --- extra/xfce4-diskperf-plugin/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extra/xfce4-diskperf-plugin/PKGBUILD (limited to 'extra/xfce4-diskperf-plugin/PKGBUILD') diff --git a/extra/xfce4-diskperf-plugin/PKGBUILD b/extra/xfce4-diskperf-plugin/PKGBUILD new file mode 100644 index 00000000..f42f1cb5 --- /dev/null +++ b/extra/xfce4-diskperf-plugin/PKGBUILD @@ -0,0 +1,5 @@ +# see https://bugs.archlinux.org/task/60632 +prepare() { + cd $pkgname-$pkgver + sed -i '/#include / a #include /' panel-plugin/devperf.c +} -- cgit v1.2.3-54-g00ecf