Skip to content

Commit

Permalink
fix path in output transform pgm (#691)
Browse files Browse the repository at this point in the history
* Changed  to  in Makefile #552

* Forgot to delete no-longer needed comment :-)

---------

Co-authored-by: Elli Bleeker <[email protected]>
  • Loading branch information
sydb and bleekere authored Jul 18, 2024
1 parent 01dbbe7 commit c30704a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ installxsl: build teioo.jar
(cd release/xsl; tar cf - .) | (cd ${PREFIX}/share; tar xf -)
cp --preserve=timestamps bin/transformtei ${PREFIX}/bin
cp --preserve=timestamps source/p5subset.xml ${PREFIX}/source
# Shouldn't the "/usr" in the following line be ${PREFIX} ? —Syd & Martin, 2020-07-03
perl -p -i -e 's+^APPHOME=.*+APPHOME=/usr/share/xml/tei/stylesheet+' ${PREFIX}/bin/transformtei
perl -p -i -e 's+^APPHOME=.*+APPHOME=${PREFIX}/share/xml/tei/stylesheet+' ${PREFIX}/bin/transformtei
chmod 755 ${PREFIX}/bin/transformtei
for i in $(SCRIPTS); do (cd ${PREFIX}/bin; rm -f `basename $$i`; ln -s transformtei `basename $$i`); done

Expand Down

0 comments on commit c30704a

Please sign in to comment.