summaryrefslogtreecommitdiffstats
path: root/system/catfish/catfish_Makefile.diff
diff options
context:
space:
mode:
Diffstat (limited to 'system/catfish/catfish_Makefile.diff')
-rw-r--r--system/catfish/catfish_Makefile.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/system/catfish/catfish_Makefile.diff b/system/catfish/catfish_Makefile.diff
new file mode 100644
index 0000000000..42a43b9c19
--- /dev/null
+++ b/system/catfish/catfish_Makefile.diff
@@ -0,0 +1,20 @@
+--- Makefile.orig 2008-03-18 12:50:03.638894634 -0700
++++ Makefile 2008-03-18 12:50:55.641857937 -0700
+@@ -23,7 +23,7 @@
+
+ install -d $(DESTDIR)/$(PREFIX)/share/pixmaps
+ install $(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/pixmaps
+- ln -sf $(DESTDIR)/$(PREFIX)/share/pixmaps/$(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/$(APPNAME).svg
++ ln -sf $(PREFIX)/share/pixmaps/$(APPNAME).svg $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/$(APPNAME).svg
+
+ install -d $(DESTDIR)/$(PREFIX)/share/doc
+ install AUTHORS $(DESTDIR)/$(PREFIX)/share/doc
+@@ -36,7 +36,7 @@
+ install --mode=644 $(APPNAME).desktop $(DESTDIR)/$(PREFIX)/share/applications
+
+ cp -rf locale $(DESTDIR)/$(PREFIX)/share
+- ln -sf $(DESTDIR)/$(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
++ ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale
+
+ uninstall:
+ rm -f $(DESTDIR)/$(PREFIX)/share/applications/$(APPNAME).desktop