# HG changeset patch # User Muhali # Date 1343728681 -7200 # Node ID 3691a606283e2a64e941f28b9c00aa23f931eb5e # Parent 46b19589b5934cd6e5a2e17bef1661ceae1e4a95 Fix typo in pkg.m reported in bug #36994. * pkg.m: fix typo in call to canonicalize_file_name. diff -r 46b19589b593 -r 3691a606283e scripts/pkg/pkg.m --- a/scripts/pkg/pkg.m Mon Jul 30 15:29:19 2012 -0700 +++ b/scripts/pkg/pkg.m Tue Jul 31 11:58:01 2012 +0200 @@ -428,7 +428,7 @@ endif warning ("creating the directory %s\n", prefix); endif - local_packages = prefix = canonicalize_filename (prefix); + local_packages = prefix = canonicalize_file_name (prefix); user_prefix = true; if (length (files) >= 2 && ischar (files{2})) archprefix = files{2};