diff options
Diffstat (limited to 'extra/xfce4-diskperf-plugin/PKGBUILD')
-rw-r--r-- | extra/xfce4-diskperf-plugin/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
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 <sys\/types.h>/ a #include <sys\/sysmacros.h>/' panel-plugin/devperf.c +} |