IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23808 for trunk/pswarp/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/pswarp/src/Makefile.am

    r23806 r23808  
    22
    33if HAVE_SVNVERSION
    4 PSWARP_VERSION=`$(SVNVERSION) ../..`
     4PSWARP_VERSION=`$(SVNVERSION) ..`
    55else
    66PSWARP_VERSION="UNKNOWN"
     
    88
    99if HAVE_SVN
    10 PSWARP_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 }'`
     10PSWARP_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 }'`
    1111PSWARP_SOURCE=`$(SVN) info | $(SED) -n -e 's/Repository UUID: // p'`
    1212else
Note: See TracChangeset for help on using the changeset viewer.