diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 00:00:20 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 00:00:20 +0000 |
commit | abdd2d2892b5ee0071ef7bf1a387251d74e78055 (patch) | |
tree | dc561d5309e02baceac6cc2a7ad9980c7a3a0adf /Build/source/utils/xindy/setup.sh | |
parent | 1f50183588e388206c13d505102dbd9525871429 (diff) |
*original* xindy-2.3 sources downloaded from
http://surfnet.dl.sourceforge.net/sourceforge/xindy/xindy-2.3.tar.gz
except the directory "rte/clisp-2.43/", which contained
original clisp-2.43 sources (nearly 48 MB), is removed.
git-svn-id: svn://tug.org/texlive/trunk@7003 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/setup.sh')
-rwxr-xr-x | Build/source/utils/xindy/setup.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/setup.sh b/Build/source/utils/xindy/setup.sh new file mode 100755 index 00000000000..85b16969355 --- /dev/null +++ b/Build/source/utils/xindy/setup.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +target=$PWD + +cp $target/bin/xindy $target/bin/xindy.org + +sed -e "s:\$lib_dir = \"\(.*\):\$lib_dir = \"$target\/lib/xindy\";:" \ +$target/bin/xindy.org > $target/bin/xindy + +# remove wrapper script +rm -f $target/setup.sh $target/bin/xindy.org + + + |