fix stupid error expanding shell variable

This commit is contained in:
Vincent Sanders 2018-10-04 23:54:14 +01:00
parent 3523cdc4a4
commit 7ef2b8b711
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ for SUFFIX in "${PKG_SFX}" .md5 .sha256;do
# remove the local file artifact
rm -f "${PKG_SRC}${SUFFIX}"
OLD_ARTIFACT_TARGETS=${OLD_ARTIFACT_TARGETS} "${DESTDIR}/NetSurf-${OLD_IDENTIFIER}${SUFFIX}"
OLD_ARTIFACT_TARGETS="${OLD_ARTIFACT_TARGETS} ${DESTDIR}/NetSurf-${OLD_IDENTIFIER}${SUFFIX}"
done