Hi!

rpm -Uvh sane-frontends-1.0.7-1mdk:

ln: creating symbolic link `/usr/lib/gimp/1.1/plug-ins/xscanimage' to 
`/usr/bin/xscanimage': No such file or directory
ln: creating symbolic link `/usr/lib/gimp/1.2/plug-ins/xscanimage' to 
`/usr/bin/xscanimage': No such file or directory
error: execution of %post scriptlet from sane-frontends-1.0.7-1mdk failed, 
exit status 1

Reason: the directories /usr/lib/gimp/1.1/plug-ins and 
/usr/lib/gimp/1.2/plug-ins do not exist. They should have been created by 
the %post scriplet. Therefore replace line 5 with:

   [ -d $i/plug-ins ] || mkdir -p $i/plug-ins

Thanks.

-- 
   Michael Reinsch <[EMAIL PROTECTED]>                       http://mr.uue.org
------------------------------------------------------------------------

Reply via email to