~ubuntu-branches/ubuntu/trusty/singular/trusty

« back to all changes in this revision

Viewing changes to debian/singular-bin/Singular

  • Committer: Bazaar Package Importer
  • Author(s): Tim Abbott
  • Date: 2008-08-02 21:45:51 UTC
  • Revision ID: james.westby@ubuntu.com-20080802214551-8vithar3rxfw758s
Tags: 3-0-4-3.dfsg-2
Change singuname architecture detection to support Linux on
architectures unknown to the Singular build system. (Closes: #493492).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
export SINGULARPATH=/usr/lib/singular
 
3
export SINGULAR_BIN_DIR=/usr/lib/singular
 
4
export SINGULAR_ROOT_DIR=/usr/share/singular
 
5
export SINGULAR_INFO_FILE=/usr/share/doc/singular/info/singular.hlp
 
6
export SINGULAR_IDX_FILE=/usr/share/doc/singular/doc/singular.idx
 
7
export SINGULAR_HTML_DIR=/usr/share/doc/singular/html
 
8
export SINGULAR_EXAMPLES_DIR=/usr/share/doc/singular/examples
 
9
export SINGULAR_EXECUTABLE=/usr/lib/singular/Singular
 
10
export PATH=/usr/lib/singular:/usr/bin:$PATH
 
11
exec /usr/lib/singular/Singular "$@"