diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/makepkg.sh.in | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index b888b8da..8d20e25d 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2214,6 +2214,9 @@ if (( !REPKG )); then  		fi  		extract_sources +		if (( PREPAREFUNC )); then +			run_prepare +		fi  	fi  	if (( PKGVERFUNC )); then @@ -2221,9 +2224,6 @@ if (( !REPKG )); then  		basever=$(get_full_version)  		check_build_status  	fi -	if (( PREPAREFUNC )); then -		run_prepare -	fi  fi  if (( NOBUILD )); then | 
