diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-04 09:41:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-04 09:41:24 +0000 |
commit | 648d3a69377e5b287d1a4cabfab211dc01ae6115 (patch) | |
tree | 88054835c371a34f8797e0f11ccca377decb1fc5 /gnome | |
parent | a4c7c3294810c79b8cac351d54178ca9dc20c2ed (diff) |
fix typo in last change
BKrev: 40c043c4DcOxBtBqlbTuatSRBHpuZg
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gconf_2.6.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome/gconf_2.6.1.oe b/gnome/gconf_2.6.1.oe index 910d7a94dd..a893ae896a 100644 --- a/gnome/gconf_2.6.1.oe +++ b/gnome/gconf_2.6.1.oe @@ -15,7 +15,7 @@ inherit autotools pkgconfig HEADERS = "gconf.h gconf-changeset.h gconf-listeners.h gconf-schema.h gconf-value.h gconf-error.h gconf-engine.h gconf-client.h gconf-enum-types.h" do_compile() { - oe_runmake ORBIT_IDL="`which orbit-idl2`" + oe_runmake ORBIT_IDL="`which orbit-idl-2`" } do_stage() { |