Description: FFI: Fix the libntpc install path.
Forwarded: https://gitlab.com/NTPsec/ntpsec/-/merge_requests/1185/
Author: James Browning <jamesb.fe80@gmail.com>
Last-Update: 2020-10-14

---
 libntp/wscript | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libntp/wscript b/libntp/wscript
index 34d84f68b..6f7659997 100644
--- a/libntp/wscript
+++ b/libntp/wscript
@@ -53,7 +53,6 @@ def build(ctx):
         # Loadable FFI stub
         ctx(
             features="c cshlib",
-            install_path='${LIBDIR}/ntp',
             includes=[ctx.bldnode.parent.abspath(), "../include"],
             source=["ntp_c.c", "pymodule-mac.c"] + libntp_source_sharable,
             target="../pylib/ntpc",  # Put the output in the pylib directory
