El jue, 04-09-2003 a las 17:02, Michael Hill escribi�: > Anyone know a trick for getting past this dpkg error (my GNOME 2 issue > du jour)? > > Setting up gconf2 (2.2.1-2) ... > find: missing argument to `-exec' > dpkg: error processing gconf2 (--install): > subprocess post-installation script returned error exit status 1 > Errors were encountered while processing: > gconf2 >
Yes, it has an easy fix:
Edit /var/lib/dpkg/info/gconf2.postinst and change this line:
find /etc/gconf/gconf.xml.defaults -type d -exec chmod go=rX {}\;
with this one:
find /etc/gconf/gconf.xml.defaults -type d -exec chmod go=rX {} \;
(It's just an space btw {} and \;)
I'm busy now and I cannot send a bugreport with the fix, please, fell
free to send it yourself.
Cheers.
>
> Thanks,
>
> Mike
--
Carlos Perell� Mar�n
Debian GNU/Linux Sid (PowerPC)
Linux Registered User #121232
mailto:[EMAIL PROTECTED] || mailto:[EMAIL PROTECTED]
http://carlos.pemas.net
Valencia - Spain
signature.asc
Description: Esta parte del mensaje =?ISO-8859-1?Q?est=E1?= firmada digitalmente

