# HG changeset patch # User jwe # Date 1168362772 0 # Node ID 48444662e9aef3c3eb92c25f5a340b948413acb9 # Parent a299c8a6d96ee26ec74215f594eb6ac215ac70f7 [project @ 2007-01-09 17:12:52 by jwe] diff -r a299c8a6d96e -r 48444662e9ae scripts/ChangeLog --- a/scripts/ChangeLog Tue Jan 09 04:33:46 2007 +0000 +++ b/scripts/ChangeLog Tue Jan 09 17:12:52 2007 +0000 @@ -1,3 +1,7 @@ +2007-01-09 Søren Hauberg + + * pkg/pkg.m: Allow filenames to contain glob patterns. + 2007-01-08 Søren Hauberg * pkg/pkg.m: Use copyfile instead of calling system. Use fullfile diff -r a299c8a6d96e -r 48444662e9ae scripts/pkg/pkg.m --- a/scripts/pkg/pkg.m Tue Jan 09 04:33:46 2007 +0000 +++ b/scripts/pkg/pkg.m Tue Jan 09 17:12:52 2007 +0000 @@ -245,6 +245,7 @@ tmpdirs = packdirs = descriptions = {}; try ## Unpack the package files and read the DESCRIPTION files + files = glob(files); packages_to_uninstall = []; for i = 1:length(files) tgz = files{i};