diff options
Diffstat (limited to 'util/bind.sh')
-rw-r--r-- | util/bind.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh index c03639f5..81e4d9a4 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -99,7 +99,7 @@ rm -rf bind # Make and move to our directory for all things bind mkdir $binddir -cp util/Makefile.bind bind/Makefile +cp util/Makefile.bind.in bind/Makefile.in cd $binddir # Get the bind version file and move it to version.tmp |