File: env.in

package info (click to toggle)
longomatch 0.16.8%2Bgit20110626-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,272 kB
  • sloc: cs: 20,332; sh: 10,410; ansic: 7,628; makefile: 318; xml: 302
file content (8 lines) | stat: -rwxr-xr-x 209 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

build_dir=`cd $(dirname $0) && pwd`

export PATH=$build_dir/LongoMatch/bin/Release:$PATH
export LD_LIBRARY_PATH=$build_dir/libcesarplayer/src/.libs${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}

exec "$@"