From: Kevin Day Date: Tue, 27 Aug 2013 00:13:06 +0000 (-0500) Subject: Update: remove unavailable script function references X-Git-Tag: 0.4.0~1 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=e1866bbc805bad55ce0ddc1e22ab6b804dffd768;p=fll Update: remove unavailable script function references The install and uninstall functions were referenced but are no longer defined. Just remove their references. --- diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index cd2b0be..219de0c 100644 --- a/build/scripts/generate.sh +++ b/build/scripts/generate.sh @@ -2,7 +2,7 @@ # license: lgpl-2.1 # programmer: Kevin Day # -# The purpose of this script is to provide a simple bootstrap tool to compile and install any part of the FLL project. +# The purpose of this script is to provide a simple bootstrap tool to compile any part of the FLL project. # The dependencies of this script are: bash, grep, and sed. generate_main(){ @@ -361,8 +361,6 @@ generate_cleanup(){ unset generate_load_settings unset generate_prepare_build unset generate_operation_build - unset generate_operation_install - unset generate_operation_uninstall unset generate_operation_clean unset generate_cleanup }