1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 05 Oct 2022 12:57:29 +0200
Description: There is nothing to copy if libcpptoml-dev package is used
--- a/scripts/install-cpptoml
+++ b/scripts/install-cpptoml
@@ -7,4 +7,4 @@ fi
mkdir -p "${DESTDIR}/${MESON_INSTALL_PREFIX}/include"
-cp "${MESON_SOURCE_ROOT}/subprojects/cpptoml/include/cpptoml.h" "${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
\ No newline at end of file
+#cp "${MESON_SOURCE_ROOT}/subprojects/cpptoml/include/cpptoml.h" "${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
--- a/scripts/install-sdsl-lite
+++ b/scripts/install-sdsl-lite
@@ -7,4 +7,4 @@ fi
mkdir -p "${DESTDIR}/${MESON_INSTALL_PREFIX}/include"
-cp -r "${MESON_SOURCE_ROOT}/subprojects/sdsl-lite/include/sdsl" "${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
\ No newline at end of file
+# cp -r "${MESON_SOURCE_ROOT}/subprojects/sdsl-lite/include/sdsl" "${DESTDIR}/${MESON_INSTALL_PREFIX}/include/btllib/"
|