Bug report:

When I run 'make install' I get this error:

  cp: cannot create regular file
  �/usr/share/applnk/Graphics/tuxpaint.desktop�: No such file or
  directory
  chmod: cannot access
  �/usr/share/applnk/Graphics/tuxpaint.desktop�: No such file or
  directory
  make: *** [install-kde] Error 1

The reason is these lines:

        @echo "...Installing launcher icon into KDE..."
        @if [ "x$(KDE_PREFIX)" != "x" ]; then \
          cp src/tuxpaint.desktop $(KDE_PREFIX)/Graphics/; \
          chmod 644 $(KDE_PREFIX)/Graphics/tuxpaint.desktop; \

Since I haven't a 'Graphics' subdirectory in 'applnk', the
installer fails.

-- 
Karl Ove Hufthammer
_______________________________________________
Tuxpaint-dev mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-dev

Reply via email to