summaryrefslogtreecommitdiff
path: root/tools/gmmproc.in
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@usa.net>2003-05-31 16:33:19 +0000
committerMurray Cumming <murrayc@src.gnome.org>2003-05-31 16:33:19 +0000
commit8733ef9cf45f4d198198fa2302db536a9447c1e4 (patch)
tree20757bd0e74e63a426083c65d0e15c91d0f40b7c /tools/gmmproc.in
parentf806a081f0c279a21a7c96398389aa7abf619359 (diff)
downloadglibmm-8733ef9cf45f4d198198fa2302db536a9447c1e4.tar.gz
Corrected location of installed .pm files. They are now in a glibmm-2.3
2003-05-31 Murray Cumming <murrayc@usa.net> * tools/gmmproc.in: Corrected location of installed .pm files. They are now in a glibmm-2.3 folder instead of a glibmm-2.4 folder.
Diffstat (limited to 'tools/gmmproc.in')
-rw-r--r--tools/gmmproc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gmmproc.in b/tools/gmmproc.in
index 9b4f5549..a2f5ebf0 100644
--- a/tools/gmmproc.in
+++ b/tools/gmmproc.in
@@ -44,7 +44,7 @@ BEGIN {
my $libdir = "@libdir@";
# This line must match the install directory in m4/Makefile.am
- $main::procdir = "$libdir/glibmm-2.4/proc";
+ $main::procdir = "$libdir/glibmm-2.3/proc";
$main::m4path = "@M4@";
# This line must match install dir from pm/Makefile.am