--- dev-dotnet/gtk-sharp/gtk-sharp-2.8.2.ebuild 2007/01/14 16:58:18 1.1 +++ dev-dotnet/gtk-sharp/gtk-sharp-2.8.2.ebuild 2007/01/14 16:58:32 @@ -45,7 +45,7 @@ src_unpack() { ${S}/*/{,GConf}/*.pc.in || die "sed failed" # Fix install data hook (bug #161093) - sed -i -e 's/^install-hool/install-data-hook/' \ + sed -i -e 's/^install-hook/install-data-hook/' \ ${S}/sample/gconf/Makefile.am || die "sed failed" eautoreconf --- eclass/gtk-sharp-component.eclass 2007/01/14 16:58:20 1.1 +++ eclass/gtk-sharp-component.eclass 2007/01/14 16:58:50 @@ -141,6 +141,10 @@ gtk-sharp-component_src_unpack() { # disable building of samples (#16015) sed -i -e "s:sample::" ${S}/Makefile.am || die + # Fix install data hook (bug #161093) + sed -i -e 's/^install-hook/install-data-hook/' \ + ${S}/sample/gconf/Makefile.am || die "sed failed" + eautoreconf cd ${S}/${GTK_SHARP_COMPONENT_BUILD_DIR}