From 0c297de2c2dd736e1140669853d231493353e410 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 13 Apr 2004 06:04:33 +0000 Subject: [PATCH] update the installer --- stepmania/PBProject/Installer/BuildInstaller.cpp | 2 +- stepmania/PBProject/Installer/Processor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/PBProject/Installer/BuildInstaller.cpp b/stepmania/PBProject/Installer/BuildInstaller.cpp index d41a17fabd..d7c495840d 100644 --- a/stepmania/PBProject/Installer/BuildInstaller.cpp +++ b/stepmania/PBProject/Installer/BuildInstaller.cpp @@ -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]; diff --git a/stepmania/PBProject/Installer/Processor.cpp b/stepmania/PBProject/Installer/Processor.cpp index 8527472428..b72ced57e0 100644 --- a/stepmania/PBProject/Installer/Processor.cpp +++ b/stepmania/PBProject/Installer/Processor.cpp @@ -10,7 +10,7 @@ using namespace std; #include -#include +#include #include #include #include