diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-25T22·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-05-25T22·43+0000 |
commit | 13176d74cc522951e2c8ed6a878a04ddfce778ca (patch) | |
tree | 927145962300b0f5135c93c164b664afa7a1d251 /test/fixdescriptors/gtkspell-2.0.2.fix | |
parent | 7dd91d3779b4f806ac0085e0ccc60416d81c1148 (diff) |
* Updated Fix descriptors to reflect the new Fix abstract syntax.
Diffstat (limited to 'test/fixdescriptors/gtkspell-2.0.2.fix')
-rw-r--r-- | test/fixdescriptors/gtkspell-2.0.2.fix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixdescriptors/gtkspell-2.0.2.fix b/test/fixdescriptors/gtkspell-2.0.2.fix index 3cb0b0bf12a7..ef7e185c92e0 100644 --- a/test/fixdescriptors/gtkspell-2.0.2.fix +++ b/test/fixdescriptors/gtkspell-2.0.2.fix @@ -9,7 +9,7 @@ Descr( , Bind("gtk", Fix("./gtk+-2.2.1.fix")) , Bind("pspell", Fix("./pspell-.12.2.fix")) - , Bind("src", Source(Url("http://pan.rebelbase.com/download/extras/gtkspell/SOURCES/gtkspell-2.0.2.tar.gz"))) - , Bind("build", Source("../build/gtkspell-build.sh")) + , Bind("src", Url("385daba9bebfdc7fdbdf524e07deb920", "http://pan.rebelbase.com/download/extras/gtkspell/SOURCES/gtkspell-2.0.2.tar.gz")) + , Bind("build", Local("../build/gtkspell-build.sh")) ] ) |