Changeset 7649f8a in git


Ignore:
Timestamp:
Jan 9, 2013, 6:10:18 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
c2ff4132e497bb884e85e7bcb9974f183308e2bb
Parents:
7aff6277f913728c83950e3117816735498d245f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-09 18:10:18+01:00
git-committer:
Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-09 18:13:16+01:00
Message:
Installed Singular/SW can be moved...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsingular-config.in

    r7aff627 r7649f8a  
    11#! /bin/bash
    22
    3 #C="$0"
    4 #C=`readlink -f "$C"`
    5 #C=`dirname "$C"`
    6 #C=`ls -d1 "$C"`
     3C="$0"
     4C=`readlink -f "$C"`
     5C=`dirname "$C"`
     6C=`ls -d1 "$C"`
    77
    88# NOTE: if you moved this config please either use the above or
    99# make sure the following variables are up to date
    10 prefix=@prefix@
     10prefix="$C/../"
     11#prefix=@prefix@
    1112exec_prefix=@exec_prefix@
    1213includedir=@includedir@
Note: See TracChangeset for help on using the changeset viewer.