diff options
| author | davidovski <david@davidovski.xyz> | 2022-01-16 16:04:16 +0000 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2022-01-16 16:04:16 +0000 | 
| commit | 2e06fdc0977c3a83eb216562399a05cc6778c9b3 (patch) | |
| tree | ead236b89423d993f773dde11904b379026e1d59 /xibuild | |
| parent | 59699c655db903c46a8459a6d134c96e5f53771a (diff) | |
changed patch to prepare
Diffstat (limited to 'xibuild')
| -rwxr-xr-x | xibuild | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -53,8 +53,8 @@ xibuild () {          rmdir $XI_ROOT/tmp > /dev/null 2>&1      } -    patch () { -        echo "Passing missing patch stage" +    prepare () { +        echo "Passing missing prepare stage"      }      build () {          printf "\tpassing missing build stage..." @@ -144,8 +144,8 @@ xibuild () {          SOURCE="none"      fi -    printf "\033[0;34m\tpatching package...\033[0m"; -    patch >> $LOGFILE 2>&1 && printf "$PASS patched\n" ||  return 1; +    printf "\033[0;34m\tpreparing package...\033[0m"; +    prepare >> $LOGFILE 2>&1 && printf "$PASS prepared\n" ||  return 1;      printf "$INFO\tbuilding package...";      build >> $LOGFILE 2>&1 && printf "$PASS built\n" || return 1; | 
