mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
unpack: don't wipe build stamps
That's the job of the clean script, don't force a rebuild after build & autoremove & unpack
This commit is contained in:
@@ -206,8 +206,6 @@ if [ "${PKG_SECTION}" != "virtual" ]; then
|
||||
mkdir -p "${PKG_BUILD}"
|
||||
echo "INFO_PKG_NAME=\"${PKG_NAME}\"" > "${PKG_BUILD}/.libreelec-package"
|
||||
|
||||
rm -f ${STAMPS}/${PKG_NAME}/build_*
|
||||
|
||||
PKG_DEEPHASH=$(calculate_stamp)
|
||||
for i in PKG_NAME PKG_DEEPHASH; do
|
||||
echo "STAMP_${i}=\"${!i}\"" >> ${STAMP}
|
||||
|
||||
Reference in New Issue
Block a user