mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1 KiB

  1. --- ./Makefile.am.orig 2005-03-24 19:27:49.000000000 +0100
  2. +++ ./Makefile.am 2005-03-24 19:28:32.000000000 +0100
  3. @@ -84,9 +84,9 @@
  4. && mv pybliographic.keys.tmp pybliographic.keys
  5. install-data-hook:
  6. - update-desktop-database $(DESTDIR)$(appdir) \
  7. + true $(DESTDIR)$(appdir) \
  8. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  9. uninstall-hook:
  10. - update-desktop-database $(appdir) \
  11. + true $(appdir) \
  12. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  13. --- ./Makefile.in.orig 2005-03-24 19:27:54.000000000 +0100
  14. +++ ./Makefile.in 2005-03-24 19:28:54.000000000 +0100
  15. @@ -491,11 +491,11 @@
  16. && mv pybliographic.keys.tmp pybliographic.keys
  17. install-data-hook:
  18. - update-desktop-database $(DESTDIR)$(appdir) \
  19. + true $(DESTDIR)$(appdir) \
  20. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  21. uninstall-hook:
  22. - update-desktop-database $(appdir) \
  23. + true $(appdir) \
  24. || echo "**** Warning: cannot update mime cache (recommended for Gnome >= 2.8)"
  25. # Tell versions [3.59,3.63) of GNU make to not export all variables.