File: .strap_run

package info (click to toggle)
sp-gxmlcpp 1.0.20040603-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,596 kB
  • ctags: 266
  • sloc: sh: 7,483; cpp: 1,629; makefile: 119
file content (8 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/bash -e
cd `dirname $0`

# Run-time linking
echo export LD_LIBRARY_PATH="`pwd`/sp-gxmlcpp/.libs:${LD_LIBRARY_PATH}"

# Execution paths
echo export PATH="`pwd`/examples:${PATH}"