Fix backports dir search for PACKAGE="llfuse==0.41.1".
[arvados.git] / backports / python-llfuse / fpm-info.sh
1 case "$TARGET" in
2     centos*)
3         build_depends+=('fuse-devel')
4         fpm_depends+=(glibc fuse-libs)
5         ;;
6     debian* | ubuntu*)
7         build_depends+=('libfuse-dev')
8         fpm_depends+=(libc6 libfuse2)
9         ;;
10 esac
11
12 # FIXME: Remove this line after #6885 is done.
13 fpm_args+=(--iteration 2)