summaryrefslogtreecommitdiff
path: root/community/smbnetfs/PKGBUILD
blob: 75ed972264391db3f2180c479548d6bd9853d52f (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
  '
)"