This makes more sense

This commit is contained in:
Steve Checkoway
2003-09-16 04:01:20 +00:00
parent 63c73bf4a4
commit 3fe145a8de
+8 -2
View File
@@ -20,7 +20,7 @@
# #
# FILE:PATH:COND - Install the file # FILE:PATH:COND - Install the file
# PATH - The file's path. # 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:LABEL - Only while installing.
# LABEL - The section's name. # LABEL - The section's name.
@@ -40,6 +40,8 @@
# QUESTION - Ask the user a yes or no question, if yes, VAR will be set # QUESTION - Ask the user a yes or no question, if yes, VAR will be set
# to true. Otherwise, VAR will be set to false. # 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 #Get the install path
GETPATH:install path:PATH GETPATH:install path:PATH
@@ -49,6 +51,9 @@ CD:$PATH:YES
MKDIR:StepMania MKDIR:StepMania
CD:StepMania:$INSTALLING CD:StepMania:$INSTALLING
#Ignore the CVS directories
IGNORE:CVS
#Install the files #Install the files
FILE:Announcers/instructions.txt:OVERWRITE FILE:Announcers/instructions.txt:OVERWRITE
FILE:BGAnimations/instructions.txt:OVERWRITE FILE:BGAnimations/instructions.txt:OVERWRITE
@@ -86,12 +91,13 @@ LABEL:LIBS
AUTH:DID_AUTH AUTH:DID_AUTH
IF:$DID_AUTH::AUTH_FAILED 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 #install files that require privs
PRIVILEGED:TRUE PRIVILEGED:TRUE
ECHO:Installing library files.: ECHO:Installing library files.:
#CD:/:YES
#binaries #binaries
FILE:/usr/local/bin/cjpeg:$OVERWRITE FILE:/usr/local/bin/cjpeg:$OVERWRITE
FILE:/usr/local/bin/djpeg:$OVERWRITE FILE:/usr/local/bin/djpeg:$OVERWRITE