Bugzilla – Bug 143742
Upgrade of NoteEdit fails
Last modified: 2006-01-18 16:15:32 UTC
When upgrading NoteEdit from a previous installed version 2.7.3 to 2.8 it fails with: noteedit.rpm install failed rpm output: error: unpacking of archive failed on file /usr/share/pixmaps/noteedit.png: cpio: rename failed - Is a directory
[[[ install -d $RPM_BUILD_ROOT/usr/share/pixmaps/noteedit.png install noteedit/icons/hi32-app-noteedit.png $RPM_BUILD_ROOT/usr/share/pixmaps/noteedit.png ]]] dieser code im 10.0 spec file verursacht die probleme. waere es ok ein [[[ [ -d /usr/share/pixmaps/noteedit.png ] && rm -r /usr/share/pixmaps/noteedit.png ]]] zu machen oder wie waere der saubere fix?
renamed the icon to NoteEdit.png and adapted the desktop file accordingly.