kou commented on pull request #10747: URL: https://github.com/apache/arrow/pull/10747#issuecomment-882849105
Could you try the following? It's dirty but will work... ```diff diff --git a/dev/tasks/linux-packages/apache-arrow/debian/libarrow-dev.install b/dev/tasks/linux-packages/apache-arrow/debian/libarrow-dev.install index 83ddad126..ccd0c4e5b 100644 --- a/dev/tasks/linux-packages/apache-arrow/debian/libarrow-dev.install +++ b/dev/tasks/linux-packages/apache-arrow/debian/libarrow-dev.install @@ -6,8 +6,7 @@ usr/lib/*/cmake/arrow/Find*Alt.cmake usr/lib/*/cmake/arrow/FindArrow.cmake usr/lib/*/cmake/arrow/FindBrotli.cmake usr/lib/*/cmake/arrow/FindLz4.cmake -usr/lib/*/cmake/arrow/FindSnappy.cmake -usr/lib/*/cmake/arrow/Find[uz]*.cmake +usr/lib/*/cmake/arrow/Find[Suz]*.cmake usr/lib/*/cmake/arrow/arrow-config.cmake usr/lib/*/libarrow.a usr/lib/*/libarrow.so ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org