summaryrefslogtreecommitdiffhomepage
path: root/pkg.build
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-09 10:45:09 +0100
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2016-03-09 10:45:09 +0100
commit5a3901a1577bd99715893ce41b0d778af341df07 (patch)
tree3130c208f86ce90798f9cf1c7741bf6676d31f7a /pkg.build
parent6d967c862d7c1289cbecab527014b86e9ac6d1a0 (diff)
downloadmidipix_build-5a3901a1577bd99715893ce41b0d778af341df07.tar.bz2
midipix_build-5a3901a1577bd99715893ce41b0d778af341df07.tar.xz
Adds libfetch and apk-tools.
Diffstat (limited to 'pkg.build')
-rw-r--r--pkg.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg.build b/pkg.build
index db232107..222ec4df 100644
--- a/pkg.build
+++ b/pkg.build
@@ -21,6 +21,9 @@ elif [ "${PKG_URL_TYPE:-wget}" = wget ] &&\
! is_build_script_done extract; then
rm_if_exists ${PKG_SUBDIR};
tar -axf ${PKG_FNAME};
+ if test_cmd pkg_${PKG_NAME}_extract_post; then
+ pkg_${PKG_NAME}_extract_post;
+ fi;
set_build_script_done extract -build_dir;
fi;
if [ -z "${PKG_BUILD_DIR}" ]; then