# --- SDE-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../hydrogen/plugins.patch # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- SDE-COPYRIGHT-NOTE-END --- --- hydrogen-0.9.3/plugins/wasp/Makefile.in_orig 2006-07-22 10:45:25.000000000 +0100 +++ hydrogen-0.9.3/plugins/wasp/Makefile.in 2006-07-22 14:06:34.000000000 +0100 @@ -23,9 +23,9 @@ install: @echo "Installing WASP plugins" - mkdir -p $(DESTDIR)$(prefix)/lib/hydrogen/plugins/ - @install -vD *.so $(DESTDIR)$(prefix)/lib/hydrogen/plugins + mkdir -p $(LIBDIR)/hydrogen/plugins/ + @install -vD *.so $(LIBDIR)/hydrogen/plugins uninstall: - @rm -rf $(DESTDIR)$(prefix)/lib/hydrogen + @rm -rf $(LIBDIR)/hydrogen