~ubuntu-branches/ubuntu/lucid/beagle/lucid

« back to all changes in this revision

Viewing changes to search/beagle-search.in

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Kubasik
  • Date: 2007-09-06 21:40:00 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070906214000-5mh5pxugsovswnsu
Tags: 0.2.18-0ubuntu2
Added an upstream patch to fix a bug with the HTML filters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!@bash@
 
1
#! /bin/bash
2
2
 
3
3
# This line will be automatically uncommented when you "make install"
4
4
#installed=1
5
5
 
6
 
if [ -z $installed ] ; then
7
 
    echo "*** Running uninstalled beagle-search ***"
8
 
    THIS_EXE="./Search.exe"
9
 
 
10
 
    export LD_LIBRARY_PATH="../glue/.libs${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
11
 
    export MONO_PATH="../BeagleClient:../images:../Util${MONO_PATH+:MONO_PATH}"
12
 
else
13
6
    THIS_EXE="@pkglibdir@/Search.exe"
14
7
 
15
8
    export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}"
16
 
fi
17
9
 
18
10
if [ -z "$BEAGLE_MONO_RUNTIME" ]; then
19
11
   export BEAGLE_MONO_RUNTIME="mono"