# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/hermes/hotfix-destdir.patch # Copyright (C) 2007 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- Hermes-1.3.3/src/Makefile.am.vanilla 2007-06-24 19:20:39.521221496 +0200 +++ Hermes-1.3.3/src/Makefile.am 2007-06-24 19:20:59.150340096 +0200 @@ -32,9 +32,9 @@ cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'` install-data-local: - $(INSTALL) -m 0755 -d $(includedir)/Hermes + $(INSTALL) -m 0755 -d $(DESTDIR)$(includedir)/Hermes for incfile in $(publicheaders); do \ - $(INSTALL) -m 0644 $$incfile $(includedir)/Hermes; \ + $(INSTALL) -m 0644 $$incfile $(DESTDIR)$(includedir)/Hermes; \ done uninstall-local: