From 904c0948709653ece5e26409bd98d2326c80f3c7 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Mon, 10 Oct 2016 14:36:00 +0100 Subject: [PATCH] Remove the outdated perl dir from tarball --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 40f5f0af9..8929fc3fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -303,7 +303,7 @@ add_subdirectory( ifs_samples ) # must come after samples # ecbuild_dont_pack( DIRS samples DONT_PACK_REGEX "*.grib" ) ecbuild_dont_pack( DIRS concepts tests.ecmwf doxygen confluence examples.dev templates parameters java - config m4 rpms gaussian_experimental gribex examples/F77 + perl config m4 rpms gaussian_experimental gribex examples/F77 examples/extra examples/deprecated bamboo fortran/fortranCtypes tigge/tools share/eccodes .settings )