Changeset 5890
- Timestamp:
- Jan 4, 2006, 12:36:42 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/glueforge/glueforge.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/glueforge/glueforge.in
r5887 r5890 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: glueforge.in,v 1.3 1 2006-01-04 22:21:06jhoblitt Exp $5 # $Id: glueforge.in,v 1.32 2006-01-04 22:36:42 jhoblitt Exp $ 6 6 7 7 use strict; … … 27 27 pod2usage( -msg => "Required option: --input|-i", -exitval => 2 ) unless $input; 28 28 29 $template = "@datadir@/ templates/psdb" unless $template;29 $template = "@datadir@/@PACKAGE_NAME@/templates/psdb" unless $template; 30 30 31 31 die "file doesn't exist: $input" unless -e $input;
Note:
See TracChangeset
for help on using the changeset viewer.
