IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23808 for trunk/ppImage/src


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/ppImage/src/Makefile.am

    r23798 r23808  
    55
    66if HAVE_SVNVERSION
    7 PPIMAGE_VERSION=`$(SVNVERSION) ../..`
     7PPIMAGE_VERSION=`$(SVNVERSION) ..`
    88else
    99PPIMAGE_VERSION="UNKNOWN"
     
    1111
    1212if HAVE_SVN
    13 PPIMAGE_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 }'`
     13PPIMAGE_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 }'`
    1414PPIMAGE_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`
    1515else
Note: See TracChangeset for help on using the changeset viewer.