mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
d69b96a0e7
svn path=/nix/trunk/test/; revision=24
11 lines
162 B
Bash
Executable File
11 lines
162 B
Bash
Executable File
#! /bin/sh
|
|
|
|
export LD_LIBRARY_PATH=$glib/lib:$atk/lib:$pango/lib:$gtk/lib:$gnet/lib:$pspell/lib:$gtkspell/lib
|
|
|
|
ldd $pan/bin/pan
|
|
|
|
prog=$1
|
|
shift
|
|
|
|
$pan/bin/$prog $*
|