diff options
author | MCApollo <34170230+MCApollo@users.noreply.github.com> | 2019-04-07 09:08:33 +0000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2019-04-09 23:35:53 -1000 |
commit | 69674c2fc2f8bfa4ca404d74325d23910970f066 (patch) | |
tree | 886b00bd8bd366c5ea56e5afd92508ea42e68aaa /data/dns2tcp/make.sh | |
parent | 8493a07a3503a1bf4ead19c01b39119ffa12b52b (diff) |
Updated dns2tcp.
Diffstat (limited to 'data/dns2tcp/make.sh')
-rw-r--r-- | data/dns2tcp/make.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/dns2tcp/make.sh b/data/dns2tcp/make.sh index 452a4bfd5..ce58b7c91 100644 --- a/data/dns2tcp/make.sh +++ b/data/dns2tcp/make.sh @@ -1,4 +1,5 @@ pkg:setup +cp ${PKG_BASE}/config.sub . pkg:configure make pkg:install |