(cosmetics) scripts/unpack: cosmetics

This commit is contained in:
Stefan Saraev 2015-08-03 15:58:14 +03:00
parent fbf57d1b47
commit b9284db4a3

View File

@ -93,6 +93,7 @@ export BUILD_INDENT=$((${BUILD_INDENT:-1}+$BUILD_INDENT_SIZE))
[ ! -d "$BUILD/${PKG_NAME}-${PKG_VERSION}" ] && mkdir -p $BUILD/${PKG_NAME}-${PKG_VERSION}
cp -PRf $PKG_DIR/sources/* $BUILD/${PKG_NAME}-${PKG_VERSION}
fi
if [ "$(type -t post_unpack)" = "function" ]; then
post_unpack
fi