Index: trunk/glueforge/glueforge.in
===================================================================
--- trunk/glueforge/glueforge.in	(revision 5887)
+++ trunk/glueforge/glueforge.in	(revision 5890)
@@ -3,5 +3,5 @@
 # Copyright (C) 2005  Joshua Hoblitt
 #
-# $Id: glueforge.in,v 1.31 2006-01-04 22:21:06 jhoblitt Exp $
+# $Id: glueforge.in,v 1.32 2006-01-04 22:36:42 jhoblitt Exp $
 
 use strict;
@@ -27,5 +27,5 @@
 pod2usage( -msg => "Required option: --input|-i", -exitval => 2 ) unless $input;
 
-$template = "@datadir@/templates/psdb" unless $template;
+$template = "@datadir@/@PACKAGE_NAME@/templates/psdb" unless $template;
 
 die "file doesn't exist: $input" unless -e $input;
