From 41f9fa9bed15b9e01b78edcea83b9c81679be3bf Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Thu, 16 Jun 2011 19:57:31 +1000 Subject: makepkg: move comment into correct place Oops... Introduced by commit d21f6ca4. Signed-off-by: Allan McRae Signed-off-by: Dan McGee --- scripts/makepkg.sh.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 53fa1a0c..c1834a42 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -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 "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() { msg "$(gettext "Entering fakeroot environment...")" @@ -196,6 +192,11 @@ enter_fakeroot() { 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 # # This function accepts a source entry or the already extracted filename of a -- cgit v1.2.3-24-g4f1b