--- src/acomp/makefile.in.orig 2004-08-30 10:02:07.000000000 -0500
+++ src/acomp/makefile.in 2015-05-21 15:23:28.000000000 -0500
@echo " No tests defined for acomp.pl"
+ cp acomp.pl $(DESTDIR)$(bindir)
--- src/align2html/makefile.in.orig 2009-05-12 09:33:21.000000000 -0500
+++ src/align2html/makefile.in 2015-05-21 15:23:28.000000000 -0500
@echo "No Tests for align2html.pl"
- perl buildInstallVersion.pl > $(bindir)/align2html.pl
- chmod +x $(bindir)/align2html.pl
+ perl buildInstallVersion.pl > $(DESTDIR)$(bindir)/align2html.pl
+ chmod +x $(DESTDIR)$(bindir)/align2html.pl
buildPack.pl > packImageTarFile
--- src/asclite/core/makefile.in.orig 2009-01-12 16:08:35.000000000 -0600
+++ src/asclite/core/makefile.in 2015-05-21 15:23:28.000000000 -0500
for p in $(PROGRAMS); do \
- $(INSTALL) $$p $(bindir)/$$p; \
+ $(INSTALL) $$p $(DESTDIR)$(bindir)/$$p; \
--- src/chfilt/makefile.in.orig 2004-10-22 10:49:58.000000000 -0500
+++ src/chfilt/makefile.in 2015-05-21 15:23:28.000000000 -0500
@echo " chfilt.pl tests successfully completed"
+ cp chfilt.pl $(DESTDIR)$(bindir)
--- src/csrfilt/makefile.in.orig 2004-09-01 09:19:59.000000000 -0500
+++ src/csrfilt/makefile.in 2015-05-21 15:23:28.000000000 -0500
@echo " csrfilt.sh successfully completed"
- cp csrfilt.sh $(bindir)
+ cp csrfilt.sh $(DESTDIR)$(bindir)
--- src/ctmValidator/makefile.in.orig 2007-06-06 14:32:55.000000000 -0500
+++ src/ctmValidator/makefile.in 2015-05-21 15:23:28.000000000 -0500
(cd test_suite; $(SHELL) RunTest.sh ../ctmValidator.pl)