From 13176d74cc522951e2c8ed6a878a04ddfce778ca Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 25 May 2003 22:43:33 +0000 Subject: * Updated Fix descriptors to reflect the new Fix abstract syntax. --- test/fixdescriptors/httpd-2.0.45.fix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fixdescriptors/httpd-2.0.45.fix') diff --git a/test/fixdescriptors/httpd-2.0.45.fix b/test/fixdescriptors/httpd-2.0.45.fix index bb8365b450b1..e0db5ab2ef4a 100644 --- a/test/fixdescriptors/httpd-2.0.45.fix +++ b/test/fixdescriptors/httpd-2.0.45.fix @@ -4,7 +4,7 @@ Descr( , Bind("ssl", Fix("./openssl-0.9.7b.fix")) - , Bind("src", Source(Url("http://apache.cs.uu.nl/dist/httpd/httpd-2.0.45.tar.gz"))) - , Bind("build", Source("../build/httpd-build.sh")) + , Bind("src", Url("1f33e9a2e2de06da190230fa72738d75", "http://apache.cs.uu.nl/dist/httpd/httpd-2.0.45.tar.gz")) + , Bind("build", Local("../build/httpd-build.sh")) ] ) -- cgit 1.4.1