projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6379002
)
add-package.pl lib exclude fixed
David Golden [Tue, 16 Jun 2009 03:13:48 +0000 (23:13 -0400)]
Was deleting from lib, but should delete from perl/lib
Porting/add-package.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/add-package.pl
b/Porting/add-package.pl
index
d91c3d5
..
20947c0
100644
(file)
--- a/
Porting/add-package.pl
+++ b/
Porting/add-package.pl
@@
-80,7
+80,7
@@
my @LibFiles;
undef
}
: 1
- } `find lib -type f`
+ } `find $Repo/lib -type f`
or die "Could not detect library files\n";
print "done\n" if $Verbose;