revision 716:f353e54a3a85
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 716:f353e54a3a85 |
parent | 715:fdbad771b4b1 |
child | 717:bdc41b26c942 |
author | nkeynes |
date | Sun Jun 29 23:29:01 2008 +0000 (13 years ago) |
Fix stupid typo
![]() | bundlelibs.pl | view | annotate | diff | log |
1.1 --- a/bundlelibs.pl Sun Jun 29 22:54:59 2008 +00001.2 +++ b/bundlelibs.pl Sun Jun 29 23:29:01 2008 +00001.3 @@ -32,7 +32,7 @@1.4 $targetpath = "$TARGETDIR/$libname";1.5 $libid = "\@executable_path/../Frameworks/$libname";1.6 if( !$done{$libname} ) {1.7 - $done{libname} = 1;1.8 + $done{$libname} = 1;1.9 push @worklist, $targetpath;1.10 system( ("cp", $lib, $targetpath) ) == 0 || die "Failed to copy $lib to $targetpath";1.11 system( ($NTOOL, "-id", $libid, $targetpath) ) == 0 || die "Failed to set $lib ID to $libid";
.