ports/databases/arrow/files/patch-thirdparty_download__dependencies.sh

10 lines
204 B
Bash

--- thirdparty/download_dependencies.sh.orig 2019-02-16 22:21:34 UTC
+++ thirdparty/download_dependencies.sh
@@ -61,4 +61,6 @@ main() {
done
}
-main
+echo "Bundling isn't allowed!"
+return 1
+#main