Remove reference to deleted lua directory

Lua directory was deleted a few commits ago and this just updates packaging/functions.sh to reflect this change.
This commit is contained in:
Brenton Horne
2023-05-21 11:12:20 +10:00
committed by Matthias Mailänder
parent b5f5d5f9d5
commit 02e4bfba95

View File

@@ -113,7 +113,6 @@ install_data() (
done
cp -r "${SRC_PATH}/glsl" "${DEST_PATH}"
cp -r "${SRC_PATH}/lua" "${DEST_PATH}"
echo "Installing common mod files to ${DEST_PATH}"
install -d "${DEST_PATH}/mods"