update the installer

This commit is contained in:
Steve Checkoway
2004-04-13 06:04:33 +00:00
parent c3d2f21870
commit 0c297de2c2
2 changed files with 2 additions and 2 deletions
@@ -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];
+1 -1
View File
@@ -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>