summaryrefslogtreecommitdiff
path: root/bin/package-lang
diff options
context:
space:
mode:
Diffstat (limited to 'bin/package-lang')
-rwxr-xr-xbin/package-lang4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/package-lang b/bin/package-lang
index d628ec77d..36e66df8c 100755
--- a/bin/package-lang
+++ b/bin/package-lang
@@ -221,8 +221,8 @@ sub BuildLang {
$action = "Link";
}
else {
- chmod 0644,"$outpath/$value->{Name}";
- copy($fileToCopy,$outpath) or die "Can't copy $fileToCopy to $outpath";
+ chmod 0644,"$destFile";
+ copy($fileToCopy,$destFile) or die "Can't copy $fileToCopy to $destFile";
$action = "Copy";
}
}