--- fglrx_panel_sources.orig/Makefile 2004-10-05 01:34:33.743903120 +0200 +++ fglrx_panel_sources/Makefile 2004-10-05 01:35:18.268134408 +0200 @@ -404,12 +404,8 @@ cd /var/tmp/portage/ati-drivers-extra-3.14.1-r1/image//opt/ati/bin/. ; rm -f $(BASENAME) ; ln -s $(TARGET0) $(BASENAME) cp LICENSE.GPL /var/tmp/portage/ati-drivers-extra-3.14.1-r1/image//opt/ati/bin/. cp LICENSE.QPL /var/tmp/portage/ati-drivers-extra-3.14.1-r1/image//opt/ati/bin/. - if [ $KDEDIR ]; then\ - cp fireglcontrol.kdelnk $(KDEDIR)/share/applnk/. ;\ - cp ati.xpm $(KDEDIR)/share/icons/. ;\ - fi - if test -d /usr/share/gnome/apps; then \ - cp fireglcontrol.desktop /usr/share/gnome/apps/. ;\ + if test -d /usr/share/applications; then \ + cp fireglcontrol.desktop /usr/share/applications/. ;\ if test -d /usr/share/pixmaps; then \ cp ati.xpm /usr/share/pixmaps/. ;\ fi ;\