executables created with this packinst would not function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8290
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
INSTALLER_CONFIRM_OVERWRITE, INSTALLER_PACKAGE_COUNT);
for(z=0;z<INSTALLER_PACKAGE_COUNT;z++)
fprintf(installfile, "-%s", INSTALLER_PACKAGES[z]);
INSTALLER_CONFIRM_OVERWRITE, INSTALLER_PACKAGE_COUNT);
for(z=0;z<INSTALLER_PACKAGE_COUNT;z++)
fprintf(installfile, "-%s", INSTALLER_PACKAGES[z]);
- fwrite("~", 1, 1, installfile);
+ fwrite("*", 1, 1, installfile);
for(z=0;z<INSTALLER_PACKAGE_COUNT;z++)
{
struct stat blah;
stat(packagefilename[z], &blah);
for(z=0;z<INSTALLER_PACKAGE_COUNT;z++)
{
struct stat blah;
stat(packagefilename[z], &blah);
- fprintf(installfile, "DBSOFT-ACE%d%d-%lu~", z, packagefiles[z], blah.st_size);
+ fprintf(installfile, "DBSOFT-ACE%d%d-%lu*", z, packagefiles[z], blah.st_size);
append_file(packagefilename[z]);
printf("Package: %s - %d files in %s (%lu bytes).\n", INSTALLER_PACKAGES[z], packagefiles[z], packagefilename[z], blah.st_size);
}
append_file(packagefilename[z]);
printf("Package: %s - %d files in %s (%lu bytes).\n", INSTALLER_PACKAGES[z], packagefiles[z], packagefilename[z], blah.st_size);
}