From 3fe145a8de11fe17720140fa628d94d740b79613 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Tue, 16 Sep 2003 04:01:20 +0000 Subject: [PATCH] This makes more sense --- stepmania/PBProject/scripts/installer.config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/stepmania/PBProject/scripts/installer.config b/stepmania/PBProject/scripts/installer.config index 29ec279aba..3c3c144589 100644 --- a/stepmania/PBProject/scripts/installer.config +++ b/stepmania/PBProject/scripts/installer.config @@ -20,7 +20,7 @@ # # FILE:PATH:COND - Install the file # PATH - The file's path. -# COND - If true, overwrite otherwise go with whichever is newer. +# COND - If true, overwrite the file # # LABEL:LABEL - Only while installing. # LABEL - The section's name. @@ -40,6 +40,8 @@ # QUESTION - Ask the user a yes or no question, if yes, VAR will be set # to true. Otherwise, VAR will be set to false. +# Some are missing but I don't feel like adding them now + #Get the install path GETPATH:install path:PATH @@ -49,6 +51,9 @@ CD:$PATH:YES MKDIR:StepMania CD:StepMania:$INSTALLING +#Ignore the CVS directories +IGNORE:CVS + #Install the files FILE:Announcers/instructions.txt:OVERWRITE FILE:BGAnimations/instructions.txt:OVERWRITE @@ -86,12 +91,13 @@ LABEL:LIBS AUTH:DID_AUTH IF:$DID_AUTH::AUTH_FAILED -ASK:OVERWRITE:Do you want to overwrite any files you already have? If you choose "No" it will still overwrite the files but only if the ones being installed are newer than the ones you already have. If you choose "Yes" it will overwrite regardless of creation date. +ASK:OVERWRITE:Do you want to overwrite any files you already have? If you choose "No," only new files will be installed. #install files that require privs PRIVILEGED:TRUE ECHO:Installing library files.: +#CD:/:YES #binaries FILE:/usr/local/bin/cjpeg:$OVERWRITE FILE:/usr/local/bin/djpeg:$OVERWRITE