mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
fix path
This commit is contained in:
parent
b6783650e6
commit
c9317c4862
@ -14,14 +14,14 @@
|
|||||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
# PERFORMANCE OF THIS SOFTWARE.
|
# PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
# $Id: updateopenssl.pl,v 1.2 2006/09/25 04:01:40 marka Exp $
|
# $Id: updateopenssl.pl,v 1.3 2006/09/25 04:23:59 marka Exp $
|
||||||
|
|
||||||
# updateopenssl.pl
|
# updateopenssl.pl
|
||||||
# This script locates the latest version of OpenSSL in the grandparent
|
# This script locates the latest version of OpenSSL in the grandparent
|
||||||
# directory and updates the build scripts to use that version.
|
# directory and updates the build scripts to use that version.
|
||||||
#
|
#
|
||||||
# Path and directory
|
# Path and directory
|
||||||
$path = "../..";
|
$path = "..\\..\\";
|
||||||
$SSLDirprefix = "openssl-*";
|
$SSLDirprefix = "openssl-*";
|
||||||
|
|
||||||
# List of files that need to be updated with the actual version of the
|
# List of files that need to be updated with the actual version of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user