makepkg: move comment into correct place

Oops... Introduced by commit d21f6ca4.

Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Allan McRae 2011-06-16 19:57:31 +10:00 committed by Dan McGee
parent 3497eb4e2c
commit 41f9fa9bed

View file

@ -182,10 +182,6 @@ trap 'trap_exit "$(gettext "TERM signal caught. Exiting...")"' TERM HUP QUIT
trap 'trap_exit "$(gettext "Aborted by user! Exiting...")"' INT trap 'trap_exit "$(gettext "Aborted by user! Exiting...")"' INT
trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR trap 'trap_exit "$(gettext "An unknown error has occurred. Exiting...")"' ERR
# a source entry can have two forms :
# 1) "filename::http://path/to/file"
# 2) "http://path/to/file"
enter_fakeroot() { enter_fakeroot() {
msg "$(gettext "Entering fakeroot environment...")" msg "$(gettext "Entering fakeroot environment...")"
@ -196,6 +192,11 @@ enter_fakeroot() {
fi fi
} }
# a source entry can have two forms :
# 1) "filename::http://path/to/file"
# 2) "http://path/to/file"
# Return the absolute filename of a source entry # Return the absolute filename of a source entry
# #
# This function accepts a source entry or the already extracted filename of a # This function accepts a source entry or the already extracted filename of a