Skip to content
Permalink
Browse files

limesuite: actually add the patch ;)

  • Loading branch information
michaelld committed Apr 3, 2019
1 parent c79987d commit b266fabccb0348176a0142a2b54281cc80f9e2cb
Showing with 13 additions and 0 deletions.
  1. +13 −0 science/limesuite/files/patch-fix-images-download-regex.diff
@@ -0,0 +1,13 @@
diff --git a/cmake/DownloadImages.cmake b/cmake/DownloadImages.cmake
index 46c390c..f43f3f9 100644
--- a/cmake/DownloadImages.cmake
+++ b/cmake/DownloadImages.cmake
@@ -15,7 +15,7 @@ message(STATUS "######################################################")
set(SOURCE_URL "http://downloads.myriadrf.org/project/limesuite/${VERSION_MAJOR}.${VERSION_MINOR}")
set(TEMP_DEST "${CMAKE_CURRENT_BINARY_DIR}/images/${VERSION_MAJOR}.${VERSION_MINOR}")
set(INSTALL_DEST "share/LimeSuite/images/${VERSION_MAJOR}.${VERSION_MINOR}")
-set(HREF_MATCHER "href=\\\"([\\._A-Za-z_0-9-]+)\\\"")
+set(HREF_MATCHER "href=\\\"/project/limesuite/${VERSION_MAJOR}.${VERSION_MINOR}/([\\._A-Za-z_0-9-]+)\\\"")

#conditional download when file is missing
function(DOWNLOAD_URL url file)

0 comments on commit b266fab

Please sign in to comment.
You can’t perform that action at this time.