]> andersk Git - config-package-dev.git/blob - examples/debathena-bin-example-1.0/debian/elinks.debathena
Improve config-package-dev documentation and examples.
[config-package-dev.git] / examples / debathena-bin-example-1.0 / debian / elinks.debathena
1 #!/bin/sh
2 # Wrapper to make elinks put its UNIX sockets under /tmp rather than in $HOME.
3 # Works around <http://bugs.debian.org/460336>.
4 TMPDIR=mktemp -d
5 export ELINKS_CONFDIR=$TMPDIR
6 exec elinks.debathena-orig "$@"x
This page took 0.032649 seconds and 5 git commands to generate.