diff options
Diffstat (limited to 'science/gramps/files')
-rw-r--r-- | science/gramps/files/patch-src-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/science/gramps/files/patch-src-Makefile.in b/science/gramps/files/patch-src-Makefile.in new file mode 100644 index 000000000000..4c07208c7c8c --- /dev/null +++ b/science/gramps/files/patch-src-Makefile.in @@ -0,0 +1,18 @@ +--- src/Makefile.in.orig Sun Nov 21 23:18:47 2004 ++++ src/Makefile.in Sun Nov 21 23:19:07 2004 +@@ -560,11 +560,11 @@ + pychecker $(pkgpython_PYTHON) + + install-data-local: +- $(INSTALL) -d $(DESTDIR)$(prefix)/share/pixmaps +- $(INSTALL) -d $(DESTDIR)$(prefix)/share/applications ++ $(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/pixmaps ++ $(INSTALL) -d $(DESTDIR)$(prefix)/share/gnome/applications + $(INSTALL) -d $(DESTDIR)$(pkglibdir) +- $(INSTALL_DATA) $(srcdir)/gramps.png $(DESTDIR)$(prefix)/share/pixmaps +- $(INSTALL_DATA) $(srcdir)/gramps.desktop $(DESTDIR)$(prefix)/share/applications ++ $(INSTALL_DATA) $(srcdir)/gramps.png $(DESTDIR)$(prefix)/share/gnome/pixmaps ++ $(INSTALL_DATA) $(srcdir)/gramps.desktop $(DESTDIR)$(prefix)/share/gnome/applications + $(INSTALL_DATA) grampslib.so $(DESTDIR)$(pkglibdir) + + uninstall-local: |