OpenSDE Packages Database (without history before r20070)
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.

34 lines
1.7 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../bdb-java/install_lib-just-java.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- T2-COPYRIGHT-NOTE-END ---
  16. --- ./dist/Makefile.in.orig 2005-05-31 15:40:50.195829504 -0400
  17. +++ ./dist/Makefile.in 2005-05-31 16:15:59.974004664 -0400
  18. @@ -858,15 +858,8 @@
  19. @test -d $(DESTDIR)$(libdir) || \
  20. ($(mkdir) -p $(DESTDIR)$(libdir) && \
  21. $(chmod) $(dmode) $(DESTDIR)$(libdir))
  22. - @cd $(DESTDIR)$(libdir) && $(rm) -f $(LIB_INSTALL_FILE_LIST)
  23. - @$(INSTALLER) @INSTALL_LIBS@ $(DESTDIR)$(libdir)
  24. + @$(INSTALLER) $(libjso_target) $(DESTDIR)$(libdir)
  25. @(cd $(DESTDIR)$(libdir) && \
  26. - test -f $(libso) && $(ln) -s $(libso) $(libso_default); \
  27. - test -f $(libso) && $(ln) -s $(libso) $(libso_major); \
  28. - test -f $(libxso) && $(ln) -s $(libxso) $(libxso_default); \
  29. - test -f $(libxso) && $(ln) -s $(libxso) $(libxso_major); \
  30. - test -f $(libtso) && $(ln) -s $(libtso) $(libtso_default); \
  31. - test -f $(libtso) && $(ln) -s $(libtso) $(libtso_major); \
  32. test -f $(libjso) && $(ln) -s $(libjso) $(libjso_default); \
  33. test -f $(libjso) && $(ln) -s $(libjso) $(libjso_major); \
  34. test -f $(libjso) && $(ln) -s $(libjso) $(libjso_g)) || true