tags 398400 + patch
thanks
Even though this a simple fix, I provide anyhow a patch for it.
(the patch is attached to this email)
p.s - I'm sending it again because "bug system" didn't add tag into the
patch. :)
diff -ur egnome-0.cvs20020302.orig/debian/postinst egnome-0.cvs20020302/debian/postinst
--- egnome-0.cvs20020302.orig/debian/postinst 2006-11-26 01:57:19.000000000 -0300
+++ egnome-0.cvs20020302/debian/postinst 2006-11-26 01:46:21.000000000 -0300
@@ -2,7 +2,7 @@
if [ "$1" = configure ]
then
# Build the HTML class documentation
- if [ -x /usr/lib/smarteiffel/bin/selib2html ]
+ if [ -x /usr/bin/selib2html ]
then
echo Building egnome\'s HTML class documentation in the background
/usr/lib/egnome/bin/build-htmldocs > /dev/null 2>&1 &