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/system.fix | |
parent | 7dd91d3779b4f806ac0085e0ccc60416d81c1148 (diff) |
* Updated Fix descriptors to reflect the new Fix abstract syntax.
Diffstat (limited to 'test/fixdescriptors/system.fix')
-rw-r--r-- | test/fixdescriptors/system.fix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fixdescriptors/system.fix b/test/fixdescriptors/system.fix index 5e9f497d1491..7ca8c8797c4e 100644 --- a/test/fixdescriptors/system.fix +++ b/test/fixdescriptors/system.fix @@ -1,6 +1,6 @@ Descr( [ Bind("pkgId", Str("system")) - , Bind("releaseId", Str("2")) + , Bind("releaseId", Str("3")) , Bind("actATerm", Fix("./aterm-2.0.fix")) , Bind("actPkgConfig", Fix("./pkgconfig-0.15.0.fix")) @@ -11,9 +11,9 @@ Descr( , Bind("actGnet", Fix("./gnet-1.1.8.fix")) , Bind("actPspell", Fix("./pspell-.12.2.fix")) , Bind("actGtkspell", Fix("./gtkspell-2.0.2.fix")) - , Bind("actPan", Fix("./pan-0.13.95.fix")) + , Bind("actPan", Fix("./pan-0.14.0.fix")) , Bind("actSubversion", Fix("./subversion-0.21.0.fix")) - , Bind("build", Source("../../scripts/nix-populate")) + , Bind("build", Local("../../scripts/nix-populate")) ] ) |