diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-21 18:39:34 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-12-21 19:04:32 +0300 |
commit | 157f4235a0cb2d6a37b131e0c52fecef9566f32c (patch) | |
tree | 0540af87c0aab64493d478f53bc7b9f7bd8dbb30 /doc/Makefile.am | |
parent | d8f747eea898717f96d8328e5ee52e17dfb37237 (diff) | |
download | sciteco-157f4235a0cb2d6a37b131e0c52fecef9566f32c.tar.gz |
slightly improved the hash bang replacement on SciTECO scripts after installation
* use the new ::FS and ^Q commands
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index fac7b1b..765111a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -34,7 +34,7 @@ dist_scitecodata_DATA = sciteco.tmac # FIXME: This will patch the hash-bang line repeatedly. install-exec-hook: $(SCITECO_FULL) -e "@EB'$(DESTDIR)$(bindir)/*.tes' 1U* \ - EJ-1<%*^[ 0,L.@FR'#!^EM^Xsciteco'#!$(SCITECO_INSTALLED)'> \ + EJ-1<%*^[ 0,^Q::@FR'#!^EM^Xsciteco'#!$(SCITECO_INSTALLED)'> \ :EX" womendir = $(scitecolibdir)/women |