]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix relative path
authorMark Andrews <marka@isc.org>
Tue, 6 Dec 2005 02:00:01 +0000 (02:00 +0000)
committerMark Andrews <marka@isc.org>
Tue, 6 Dec 2005 02:00:01 +0000 (02:00 +0000)
win32utils/BuildPost.bat

index c949f5b20323dfe9149588f7b6704344f41c83a5..ce77124328653e5684d9b56409e11ec3d2838bb2 100644 (file)
@@ -19,7 +19,7 @@ rem This script does the final stages if BINDBuild.dsw is used.
 
 echo Copying named-checkzone.exe to named-compilezone.exe
 
-copy /Y ..\..\..\Build\Release\named-checkzone.exe ..\..\..\Build\Release\named-compilezone.exe
+copy /Y ..\Build\Release\named-checkzone.exe ..\Build\Release\named-compilezone.exe
 
 echo Done.