summaryrefslogtreecommitdiff
path: root/system/catfish/catfish_Makefile.diff
diff options
context:
space:
mode:
authorFrank Caraballo <fecaraballo{at}gmail{dot}com>2010-05-11 20:01:54 +0200
committerRobby Workman <rworkman@slackbuilds.org>2010-05-11 20:01:54 +0200
commit3347e10b1bfd29ca824068e069b681c33e8a6476 (patch)
treeebb7936b1683ad318a9e412944a432e5551221b0 /system/catfish/catfish_Makefile.diff
parent811c3acd925c0da0ab6bf2cd00ad0b936f409381 (diff)
downloadslackbuilds-3347e10b1bfd29ca824068e069b681c33e8a6476.tar.gz
system/catfish: Added to 12.0 repository
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