From 36cdc5adc30c7b281f08e42b0dfe249d9634621a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 27 Jan 2023 14:06:51 -0600 Subject: [PATCH] fix .gitignore --- .gitignore | 2 +- coredns/Makefile | 2 +- coredns/control | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0cd5d52..2788bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *.deb *tar.gz md5sums -./files/ +/files diff --git a/coredns/Makefile b/coredns/Makefile index 6781d7f..3e76115 100644 --- a/coredns/Makefile +++ b/coredns/Makefile @@ -27,7 +27,7 @@ download: @echo extract: - mkdir -p ../files/ + cp -a files ../ mkdir -p ../files/usr/bin mkdir -p ../files/usr/share/man/man1/ ../files/usr/share/man/man5/ ../files/usr/share/man/man7/ cp ~/go/src/github.com/coredns/coredns/coredns ../files/usr/bin diff --git a/coredns/control b/coredns/control index f264ce9..5eb50c9 100644 --- a/coredns/control +++ b/coredns/control @@ -3,5 +3,5 @@ Maintainer: Miek Gieben Build-Depends: debhelper (>= 9), ca-certificates, curl, lsb-release, jq Package: coredns Architecture: any -Description: DNS server that chains plugins +Description: A modern DNS server written in GO Depends: adduser