IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2009, 11:15:14 PM (17 years ago)
Author:
Paul Price
Message:

Fixing directory for svn version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/Makefile.am

    r23797 r23808  
    22
    33if HAVE_SVNVERSION
    4 PPSIM_VERSION=`$(SVNVERSION) ../..`
     4PPSIM_VERSION=`$(SVNVERSION) ..`
    55else
    66PPSIM_VERSION="UNKNOWN"
     
    88
    99if HAVE_SVN
    10 PPSIM_BRANCH=`$(SVN) info ../.. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'`
     10PPSIM_BRANCH=`$(SVN) info .. | $(SED) -n -e '/URL:/ h' -e '/Repository Root:/ { x; H; x; s|Repository Root: \(.*\)\nURL: \1\(.*\)|\2| ; s|^/|| ; s|/[a-zA-Z]*/src.*|| ; p }'`
    1111PPSIM_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`
    1212else
Note: See TracChangeset for help on using the changeset viewer.