summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_extract.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/pkg_extract.subr')
-rw-r--r--subr/pkg_extract.subr4
1 files changed, 1 insertions, 3 deletions
diff --git a/subr/pkg_extract.subr b/subr/pkg_extract.subr
index f63cefa0..95c32d5d 100644
--- a/subr/pkg_extract.subr
+++ b/subr/pkg_extract.subr
@@ -1,6 +1,5 @@
#
-# . ./build.vars and set -o errexit -o noglob are assumed.
-# See warning at the top of build.vars.
+# set -o errexit -o noglob are assumed.
#
pkg_extract() {
@@ -29,7 +28,6 @@ pkg_extract() {
pkg_${PKG_NAME}_extract_post;
fi;
fi;
- set_build_script_done extract -build_dir;
};
# vim:filetype=sh