summaryrefslogtreecommitdiff
path: root/community/smbnetfs/PKGBUILD
blob: 8156b28e2f5b74e733ee56ab684d97b86313e4ab (plain)
1
2
3
4
5
6
7
8
9
10
# https://sourceforge.net/p/smbnetfs/git/ci/f0e109dcc9e14b914d8f5877b4482e79d24a0ad6/
eval "$(
  {
    declare -f prepare || \
    printf 'prepare() {\n}\n'
  } \
  | sed '
    $i sed -i '"'"'\,^#include <attr/xattr.h>$,d'"'"' "$srcdir"/$pkgname-$pkgver/src/function.c
  '
)"