From a1979fa138b8febeb83bca45f8ae75451d355cb5 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Tue, 14 Aug 2018 23:32:06 +0200 Subject: [PATCH] comment --- libs/update-libetpan.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libs/update-libetpan.sh b/libs/update-libetpan.sh index a61bcf82..4bf2e07b 100755 --- a/libs/update-libetpan.sh +++ b/libs/update-libetpan.sh @@ -66,8 +66,9 @@ update_libetpan() { rm libetpan/src/low-level/nntp/*.c rm libetpan/src/low-level/pop3/*.c - # copy includes - # (in the include directory there are just links to the source directory) + # copy header files + # CAVE: instead of using symlink to the header files as in the libetpan-upstream, + # we create real copies which makes usage of other tools easier; eg. `npm publish` does not allow symlinks rm -r libetpan/include/*