# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../rsynth/destdir.patch # Copyright (C) 2007 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. # --- T2-COPYRIGHT-NOTE-END --- --- rsynth-2.0/Makefile.in.vanilla 2007-06-18 11:56:04.801457324 +0200 +++ rsynth-2.0/Makefile.in 2007-06-18 11:56:27.994779036 +0200 @@ -65,11 +65,11 @@ install : $(PROGS) $(DICTS) for f in $(PROGS); do \ - $(INSTALL_PROG) $$f $(BIN_DIR); \ + $(INSTALL_PROG) $$f $(DESTDIR)$(BIN_DIR); \ done - $(INSTALL) -d $(LIB_DIR) + $(INSTALL) -d $(DESTDIR)$(LIB_DIR) for f in $(DICTS); do \ - $(INSTALL_DATA) $$f $(LIB_DIR); \ + $(INSTALL_DATA) $$f $(DESTDIR)$(LIB_DIR); \ done @make_dist@