about summary refs log tree commit diff
path: root/test/fixdescriptors/httpd-2.0.45.fix
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-05-25T22·43+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-05-25T22·43+0000
commit13176d74cc522951e2c8ed6a878a04ddfce778ca (patch)
tree927145962300b0f5135c93c164b664afa7a1d251 /test/fixdescriptors/httpd-2.0.45.fix
parent7dd91d3779b4f806ac0085e0ccc60416d81c1148 (diff)
* Updated Fix descriptors to reflect the new Fix abstract syntax.
Diffstat (limited to 'test/fixdescriptors/httpd-2.0.45.fix')
-rw-r--r--test/fixdescriptors/httpd-2.0.45.fix4
1 files changed, 2 insertions, 2 deletions
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"))
   ]
 )