update the installer
This commit is contained in:
@@ -28,7 +28,7 @@ void HandleFile(const CString& file, const CString& dir, const CString& archiveP
|
||||
{
|
||||
static bool archiveMade = false;
|
||||
char path[] = "/usr/bin/tar";
|
||||
char arg1[] = "-rvf";
|
||||
char arg1[] = "-rf";
|
||||
char arg2[archivePath.length() + 1];
|
||||
char arg3[] = "-C";
|
||||
char arg4[dir.length() + 1];
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
using namespace std;
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <cerrno.>
|
||||
#include <cerrno>
|
||||
#include <sys/param.h>
|
||||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user