IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5890


Ignore:
Timestamp:
Jan 4, 2006, 12:36:42 PM (21 years ago)
Author:
jhoblitt
Message:

fix $template path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/glueforge.in

    r5887 r5890  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: glueforge.in,v 1.31 2006-01-04 22:21:06 jhoblitt Exp $
     5# $Id: glueforge.in,v 1.32 2006-01-04 22:36:42 jhoblitt Exp $
    66
    77use strict;
     
    2727pod2usage( -msg => "Required option: --input|-i", -exitval => 2 ) unless $input;
    2828
    29 $template = "@datadir@/templates/psdb" unless $template;
     29$template = "@datadir@/@PACKAGE_NAME@/templates/psdb" unless $template;
    3030
    3131die "file doesn't exist: $input" unless -e $input;
Note: See TracChangeset for help on using the changeset viewer.