Merge branch 'master' into 8345-llfuse-1.0
[arvados.git] / build / run-library.sh
index 541e684bf3ac202940742bd787a62baa93ffc7b9..01b7c2c9def3681296844e045fbfcd52824a6cf4 100755 (executable)
@@ -306,7 +306,7 @@ fpm_build () {
   declare -a fpm_dirs=(
       # source dir part of 'dir' package ("/source=/dest" => "/source"):
       "${PACKAGE%%=/*}"
-      # backports ("llfuse==0.41.1" => "backports/python-llfuse")
+      # backports ("llfuse>=1.0" => "backports/python-llfuse")
       "${WORKSPACE}/backports/${PACKAGE_TYPE}-${PACKAGE%%[<=>]*}")
   if [[ -n "$PACKAGE_NAME" ]]; then
       fpm_dirs+=("${WORKSPACE}/backports/${PACKAGE_NAME}")