From a26a5ed4ad381fee38c1f847469fb6885bdb6730 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 30 Mar 2015 21:03:02 +0200 Subject: [PATCH] fix up populate script so it does incbin right --- pdns/dnsdistdist/populate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/dnsdistdist/populate b/pdns/dnsdistdist/populate index d0f2f58a1..05a64fb62 100755 --- a/pdns/dnsdistdist/populate +++ b/pdns/dnsdistdist/populate @@ -12,9 +12,11 @@ ln -fs ../dnsdistconf.lua . mkdir -p pdns/ext/luawrapper/include mkdir -p pdns/ext/yahttp/yahttp mkdir -p pdns/ext/json11 +mkdir -p pdns/ext/incbin ln -sf ../../../../../ext/luawrapper/include/LuaContext.hpp pdns/ext/luawrapper/include ln -sf ../../../../ext/yahttp/Makefile.am pdns/ext/yahttp ln -sf ../../../../ext/json11/json11.{hpp,cpp} pdns/ext/json11 +ln -sf ../../../../ext/incbin/incbin.h pdns/ext/incbin cd pdns/ext/yahttp/ ln -sf ../../../../ext/yahttp/{LICENSE,README.md} . cd yahttp -- 2.49.0