diff -Nur gpe-su-0.19/Makefile gpe-su-0.19.new/Makefile
--- gpe-su-0.19/Makefile	2006-12-24 11:12:00.000000000 +0000
+++ gpe-su-0.19.new/Makefile	2006-12-24 11:12:28.000000000 +0000
@@ -1,4 +1,4 @@
-PREFIX = /usr/local
+PREFIX = /usr
 PACKAGE = gpe-su
 DEBUG = no
 CVSBUILD = no
@@ -37,8 +37,6 @@
 	install -m 755 -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 	mkdir -p $(DESTDIR)$(PREFIX)/share/applications
 	install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications
-	mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps
-	install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png
 
 include $(BUILD)/Makefile.translation
 include $(BUILD)/Makefile.dpkg_ipkg
