summaryrefslogtreecommitdiff
path: root/infrastructure/makeparcels.pl
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-01-28 13:12:58 +0000
committerChris Wilson <chris+github@qwirx.com>2006-01-28 13:12:58 +0000
commita2b798939612ef6b40f67e8da36e9a532c869b47 (patch)
treeabf37abe1859fd0f5ad6d06277e994541a74559d /infrastructure/makeparcels.pl
parent9e025fd0ea42782e93363958804c6e2437b44a30 (diff)
* infrastructure/makeparcels.pl
- Use the target platform's name, rather than the build platform, in the generated package file names (useful for cross-compiling) * lib/win32/emu.cpp - Don't log a warning when statting a file that doesn't exist, as bbackupquery does this to verify that the target does not exist before restoring * lib/backupclient/BackupClientFileAttributes.cpp - Fixed a missing endian conversion that was causing file timestamps to appear to be invalid, generating warnings about every file on the server, on Win32 * parcels.txt - Include a couple of DLL files in the package on MinGW, which are needed to run the compiled binaries * bin/bbackupquery/BackupQueries.cpp - Fixed usage text for the "get" command
Diffstat (limited to 'infrastructure/makeparcels.pl')
-rwxr-xr-xinfrastructure/makeparcels.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/makeparcels.pl b/infrastructure/makeparcels.pl
index 55e64976..ea5d6ae9 100755
--- a/infrastructure/makeparcels.pl
+++ b/infrastructure/makeparcels.pl
@@ -169,7 +169,7 @@ close INSTALLMSG;
sub parcel_root
{
- $product_name.'-'.$product_version.'-'.$_[0].'-'.$build_os.$os_suffix
+ $product_name.'-'.$product_version.'-'.$_[0].'-'.$target_os.$os_suffix
}
sub parcel_dir