]> andersk Git - config-package-dev.git/blobdiff - 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
diff --git a/examples/debathena-bin-example-1.0/debian/elinks.debathena b/examples/debathena-bin-example-1.0/debian/elinks.debathena
new file mode 100644 (file)
index 0000000..dbda483
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper to make elinks put its UNIX sockets under /tmp rather than in $HOME.
+# Works around <http://bugs.debian.org/460336>.
+TMPDIR=mktemp -d
+export ELINKS_CONFDIR=$TMPDIR
+exec elinks.debathena-orig "$@"x
This page took 0.026573 seconds and 4 git commands to generate.