summaryrefslogtreecommitdiffstats
path: root/bin/inroot~
diff options
context:
space:
mode:
Diffstat (limited to 'bin/inroot~')
-rwxr-xr-xbin/inroot~9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/inroot~ b/bin/inroot~
deleted file mode 100755
index 3903ad7..0000000
--- a/bin/inroot~
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-root=$1
-shift
-if test -d /lib64; then
- libext=64
-else
- libext=
-fi
-exec env INROOT_DIR=${root} XDG_DATA_DIRS=${root}/share LD_LIBRARY_PATH=${root}/lib${libext} PATH=${root}/bin:${PATH} PKG_CONFIG_PATH=${root}/lib${libext}/pkgconfig PYTHONPATH=${root}/lib${libext}/python2.5/site-packages "$@"